Lines Matching refs:pktlen
1492 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, in bpf_deliver() argument
1506 slen = bpf_filter(d->bd_filter, marg, pktlen, buflen); in bpf_deliver()
1508 struct bpf_d *, d, void *, marg, uint_t, pktlen, uint_t, slen); in bpf_deliver()
1513 catchpacket(d, marg, pktlen, slen, cpfn, &tv); in bpf_deliver()
1527 uint_t pktlen, buflen; in bpf_mtap() local
1530 pktlen = msgdsize(m); in bpf_mtap()
1532 if (pktlen == M_LEN(m)) { in bpf_mtap()
1535 buflen = pktlen; in bpf_mtap()
1542 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent); in bpf_mtap()
1575 catchpacket(struct bpf_d *d, uchar_t *pkt, uint_t pktlen, uint_t snaplen, in catchpacket() argument
1591 totlen = hdrlen + min(snaplen, pktlen); in catchpacket()
1633 hp->bh_datalen = pktlen; in catchpacket()