Searched refs:issent (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1481 uint_t buflen, boolean_t issent) in bpf_deliver() argument 1486 if (!d->bd_seesent && issent) in bpf_deliver() 1511 bpf_mtap(void *arg, mac_resource_handle_t mrh, mblk_t *m, boolean_t issent) in bpf_mtap() argument 1530 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent); in bpf_mtap() 1542 bpf_itap(void *arg, mblk_t *m, boolean_t issent, uint_t length) in bpf_itap() argument 1550 bpf_deliver(d, bpf_mcpy, m, length, 0, issent); in bpf_itap()
|