Lines Matching defs:pktlen
1476 * pktlen length of the packet
1480 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen,
1494 slen = bpf_filter(d->bd_filter, marg, pktlen, buflen);
1496 struct bpf_d *, d, void *, marg, uint_t, pktlen, uint_t, slen);
1501 catchpacket(d, marg, pktlen, slen, cpfn, &tv);
1515 uint_t pktlen, buflen;
1518 pktlen = msgdsize(m);
1520 if (pktlen == M_LEN(m)) {
1523 buflen = pktlen;
1530 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent);
1563 catchpacket(struct bpf_d *d, uchar_t *pkt, uint_t pktlen, uint_t snaplen,
1579 totlen = hdrlen + min(snaplen, pktlen);
1621 hp->bh_datalen = pktlen;