Lines Matching defs:plen
323 int plen, uint8_t flags, uint16_t tcp_flags)
341 fle->f.bytes = plen;
360 int plen;
362 rt_get_inet_prefix_plen(rt, &addr, &plen, &scopeid);
370 fle->f.dst_mask = plen;
383 int plen;
385 rt_get_inet_prefix_plen(rt, &addr, &plen, &scopeid);
386 fle->f.src_mask = plen;
400 int plen, uint8_t flags, uint16_t tcp_flags)
419 fle6->f.bytes = plen;
438 int plen;
440 rt_get_inet6_prefix_plen(rt, &addr, &plen, &scopeid);
444 fle6->f.dst_mask = plen;
457 int plen;
459 rt_get_inet6_prefix_plen(rt, &addr, &plen, &scopeid);
460 fle6->f.src_mask = plen;
660 int hlen, plen;
680 plen = ntohs(ip->ip_len);
714 counter_u64_add(priv->nfinfo_bytes, plen);
740 fle->f.bytes += plen;
769 error = hash_insert(priv, hsh, &r, plen, flags, tcp_flags);
788 int plen;
805 plen = ntohs(ip6->ip6_plen) + sizeof(struct ip6_hdr);
833 counter_u64_add(priv->nfinfo_bytes6, plen);
863 fle6->f.bytes += plen;
892 error = hash6_insert(priv, hsh, &r, plen, flags, tcp_flags);