Home
last modified time | relevance | path

Searched refs:mac_bpfdesc_check_receive (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/security/mac/
Dmac_net.c354 mac_bpfdesc_check_receive(struct bpf_d *d, struct ifnet *ifp) in mac_bpfdesc_check_receive() function
Dmac_framework.h103 int mac_bpfdesc_check_receive(struct bpf_d *d, struct ifnet *ifp);
/freebsd-10-stable/sys/net/
Dbpf.c2098 if (mac_bpfdesc_check_receive(d, bp->bif_ifp) == 0) in bpf_tap()
2157 if (mac_bpfdesc_check_receive(d, bp->bif_ifp) == 0) in bpf_mtap()
2213 if (mac_bpfdesc_check_receive(d, bp->bif_ifp) == 0) in bpf_mtap2()