Searched refs:bclen (Results 1 – 1 of 1) sorted by relevance
2075 int bclen; in tcpdiag_send() local2113 bclen = ssfilter_bytecompile(f->f, &bc); in tcpdiag_send()2115 rta.rta_len = RTA_LENGTH(bclen); in tcpdiag_send()2117 iov[2] = (struct iovec){ bc, bclen }; in tcpdiag_send()2118 req.nlh.nlmsg_len += RTA_LENGTH(bclen); in tcpdiag_send()2141 int bclen; in sockdiag_send() local2172 bclen = ssfilter_bytecompile(f->f, &bc); in sockdiag_send()2174 rta.rta_len = RTA_LENGTH(bclen); in sockdiag_send()2176 iov[2] = (struct iovec){ bc, bclen }; in sockdiag_send()2177 req.nlh.nlmsg_len += RTA_LENGTH(bclen); in sockdiag_send()