RXRPC_CIDMASK 620 net/rxrpc/ar-connection.c conn_id = ntohl(hdr->cid) & RXRPC_CIDMASK; RXRPC_CIDMASK 654 net/rxrpc/ar-connection.c candidate->cid = hdr->cid & cpu_to_be32(RXRPC_CIDMASK); RXRPC_CIDMASK 748 net/rxrpc/ar-connection.c conn_id = ntohl(hdr->cid) & RXRPC_CIDMASK;