Home
last modified time | relevance | path

Searched defs:_ifp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/
H A Dbpf.h466 bpf_attach(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) in bpf_attach()
472 bpf_attach2(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen, struct bpf_if **_dp) in bpf_attach2()
478 bpf_mtap(struct ifnet *_ifp, struct mbuf *_m, u_int _direction) in bpf_mtap()
504 bpf_mtap_af(struct ifnet *_ifp, uint32_t _af, struct mbuf *_m, in bpf_mtap_af()
512 bpf_change_type(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) in bpf_change_type()
528 bpf_detach(struct ifnet *_ifp) in bpf_detach()
534 bpf_mtap_sl_in(struct ifnet *_ifp, u_char *_hdr, struct mbuf **_m) in bpf_mtap_sl_in()
540 bpf_mtap_sl_out(struct ifnet *_ifp, u_char *_hdr, struct mbuf *_m) in bpf_mtap_sl_out()
547 bpf_mtap_softint_init(struct ifnet *_ifp) in bpf_mtap_softint_init()
554 bpf_mtap_softint(struct ifnet *_ifp, struct mbuf *_m) in bpf_mtap_softint()
H A Dif_ether.h384 vlan_is_hwtag_enabled(struct ifnet *_ifp) in vlan_is_hwtag_enabled()
H A Dif_bridge.c2026 struct ifnet *_ifp = NULL; bridge_input() local
/netbsd-src/sys/dev/ic/
H A Dwi.c236 #define IFF_DUMPPKTS(_ifp) \ argument
242 #define IFF_DUMPPKTS(_ifp) 0 argument