Home
last modified time | relevance | path

Searched refs:bpf_if (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/net/
H A Dbpf.h409 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 Dbpf.c105 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 Dethernet.h427 struct bpf_if;
444 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
H A Dbpfdesc.h72 struct bpf_if * bd_bif; /* interface descriptor */
H A Dif_private.h112 struct bpf_if *if_bpf; /* packet filter structure */
H A Dif_var.h657 struct bpf_if *if_getbpf(if_t ifp);
H A Dif_ethersubr.c1287 ether_vlan_mtap(struct bpf_if *bp, struct mbuf *m, void *data, u_int dlen) in ether_resolvemulti()
H A Dif.c5132 struct bpf_if *
/freebsd/sys/net80211/
H A Dieee80211_var.h395 struct bpf_if *iv_rawbpf; /* packet filter structure */