Searched refs:droptap_bpf_tap_mbuf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | droptap.c | 84 static void droptap_bpf_tap_mbuf(struct mbuf *, uint16_t, 366 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_IN | flags, &dtaphdr, ifp); in droptap_input_mbuf() 370 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_IN | flags, &dtaphdr, ifp); in droptap_input_mbuf() 388 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_OUT | flags, &dtaphdr, ifp); in droptap_output_mbuf() 392 droptap_bpf_tap_mbuf(struct mbuf *m, uint16_t flags, in droptap_bpf_tap_mbuf() function
|