Searched refs:bpf_if (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/net/ |
H A D | bpf.h | 409 struct bpf_if; 413 CK_LIST_ENTRY(bpf_if) bif_next; /* list of all interfaces */ 419 void bpf_tap(struct bpf_if *, u_char *, u_int); 421 void bpf_mtap(struct bpf_if *, struct mbuf *); 423 void bpf_mtap2(struct bpf_if *, void *, u_int, struct mbuf *); 426 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **); 430 int bpf_get_bp_params(struct bpf_if *, u_int *, u_int *); 438 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
|
H A D | bpf.c | 105 struct bpf_if { struct 113 struct bpf_if **bif_bpf; /* Pointer to pointer to us */ argument 118 CTASSERT(offsetof(struct bpf_if, bif_ext) == 0); argument 184 CK_LIST_HEAD(bpf_iflist, bpf_if); 189 static void bpfif_ref(struct bpf_if *); 190 static void bpfif_rele(struct bpf_if *); 194 static void bpf_attachd(struct bpf_d *, struct bpf_if *); 304 struct bpf_if *bp; in bpfif_free() 306 bp = __containerof(ctx, struct bpf_if, epoch_ctx); in bpfif_free() 312 bpfif_ref(struct bpf_if *bp) in bpfif_ref() [all …]
|
H A D | ethernet.h | 427 struct bpf_if; 444 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
|
H A D | bpfdesc.h | 72 struct bpf_if * bd_bif; /* interface descriptor */
|
H A D | if_private.h | 112 struct bpf_if *if_bpf; /* packet filter structure */
|
H A D | if_var.h | 657 struct bpf_if *if_getbpf(if_t ifp);
|
H A D | if_ethersubr.c | 1287 ether_vlan_mtap(struct bpf_if *bp, struct mbuf *m, void *data, u_int dlen) in ether_resolvemulti()
|
H A D | if.c | 5132 struct bpf_if *
|
/freebsd/sys/net80211/ |
H A D | ieee80211_var.h | 395 struct bpf_if *iv_rawbpf; /* packet filter structure */
|