Lines Matching refs:bclen
2479 int bclen; in tcpdiag_send() local
2508 bclen = ssfilter_bytecompile(f->f, &bc); in tcpdiag_send()
2509 if (bclen) { in tcpdiag_send()
2511 rta.rta_len = RTA_LENGTH(bclen); in tcpdiag_send()
2513 iov[2] = (struct iovec){ bc, bclen }; in tcpdiag_send()
2514 req.nlh.nlmsg_len += RTA_LENGTH(bclen); in tcpdiag_send()
2539 int bclen; in sockdiag_send() local
2568 bclen = ssfilter_bytecompile(f->f, &bc); in sockdiag_send()
2569 if (bclen) { in sockdiag_send()
2571 rta.rta_len = RTA_LENGTH(bclen); in sockdiag_send()
2573 iov[2] = (struct iovec){ bc, bclen }; in sockdiag_send()
2574 req.nlh.nlmsg_len += RTA_LENGTH(bclen); in sockdiag_send()