Tag: 3b8fb4b86cf1fb6a3617dc8394f605834fe73f5c

RDMA/cxgb3: Use AF_INET for sin_family field

Author: Amitoj Kaur Chawla <amitoj1606@gmail.com> Elsewhere the sin_family field holds a value with a name of the form AF_…, so it seems reasonable to do so here as well. Also the values of PF_INET and AF_INET are the same. The Coccinelle semantic patch that makes this change is as follows: // @@ struct sockaddr_in sip; …

Continue reading