Home
last modified time | relevance | path

Searched refs:bpf_peers_present (Results 1 – 15 of 15) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dbpf.h435 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present() function
446 if (bpf_peers_present((_ifp)->if_bpf)) \
450 if (bpf_peers_present((_ifp)->if_bpf)) { \
456 if (bpf_peers_present((_ifp)->if_bpf)) { \
H A Dethernet.h401 if (bpf_peers_present((_ifp)->if_bpf)) { \
/f-stack/freebsd/net/
H A Dbpf.h436 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present() function
447 if (bpf_peers_present((_ifp)->if_bpf)) \
451 if (bpf_peers_present((_ifp)->if_bpf)) { \
457 if (bpf_peers_present((_ifp)->if_bpf)) { \
H A Dinfiniband.h46 if (bpf_peers_present((_ifp)->if_bpf)) { \
H A Dif_loop.c309 if (bpf_peers_present(ifp->if_bpf)) { in if_simloop()
313 if (bpf_peers_present(V_loif->if_bpf)) { in if_simloop()
H A Dif_disc.c190 if (bpf_peers_present(ifp->if_bpf)) in discoutput()
H A Dif_stf.c476 if (bpf_peers_present(ifp->if_bpf)) { in stf_output()
678 if (bpf_peers_present(ifp->if_bpf)) { in in_stf_input()
H A Dif_fwsubr.c197 if (bpf_peers_present(ifp->if_bpf)) { in firewire_output()
570 if (bpf_peers_present(ifp->if_bpf)) { in firewire_input()
H A Dethernet.h401 if (bpf_peers_present((_ifp)->if_bpf)) { \
H A Dif_enc.c221 if (bpf_peers_present(ifp->if_bpf) == 0) in enc_bpftap()
H A Dif_gif.c490 if (bpf_peers_present(ifp->if_bpf)) { in gif_input()
H A Dif_tuntap.c1407 if (bpf_peers_present(ifp->if_bpf)) in tunoutput()
/f-stack/freebsd/netgraph/
H A Dng_iface.c422 if (bpf_peers_present(ifp->if_bpf)) { in ng_iface_bpftap()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c272 bpf_req = bpf_peers_present(ifp->if_bpf); in ctf_process_inbound_raw()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c1062 } else if (!bpf_peers_present(vap->iv_rawbpf)) { in bpf_track()