Searched refs:issent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1477 * issent boolean indicating whether the packet was sent or receive
1481 uint_t buflen, boolean_t issent)
1486 if (!d->bd_seesent && issent)
1511 bpf_mtap(void *arg, mac_resource_handle_t mrh, mblk_t *m, boolean_t issent) argument
1530 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent);
1542 bpf_itap(void *arg, mblk_t *m, boolean_t issent, uint_t length) argument
1550 bpf_deliver(d, bpf_mcpy, m, length, 0, issent);
1480 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, uint_t buflen, boolean_t issent) argument

Completed in 45 milliseconds