Home
last modified time | relevance | path

Searched refs:bclen (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/misc/
Dss.c2479 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()
[all …]