Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h411 struct bpf_if;
415 CK_LIST_ENTRY(bpf_if) bif_next; /* list of all interfaces */
421 void bpf_tap(struct bpf_if *, u_char *, u_int);
422 void bpf_mtap(struct bpf_if *, struct mbuf *);
423 void bpf_mtap2(struct bpf_if *, void *, u_int, struct mbuf *);
425 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **);
428 int bpf_get_bp_params(struct bpf_if *, u_int *, u_int *);
435 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
H A Dethernet.h432 struct bpf_if;
445 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
H A Dbpfdesc.h75 struct bpf_if * bd_bif; /* interface descriptor */
/f-stack/freebsd/net/
H A Dbpf.h412 struct bpf_if;
416 CK_LIST_ENTRY(bpf_if) bif_next; /* list of all interfaces */
422 void bpf_tap(struct bpf_if *, u_char *, u_int);
423 void bpf_mtap(struct bpf_if *, struct mbuf *);
424 void bpf_mtap2(struct bpf_if *, void *, u_int, struct mbuf *);
426 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **);
429 int bpf_get_bp_params(struct bpf_if *, u_int *, u_int *);
436 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
H A Dbpf.c107 struct bpf_if { struct
298 struct bpf_if *bp; in bpfif_free()
843 struct bpf_if *bp; in bpf_detachd_locked()
1168 struct bpf_if *bp; in bpfwrite()
2056 struct bpf_if *bp; in bpf_setif()
2686 struct bpf_if *bp; in bpfattach2()
2785 struct bpf_if *bp; in bpf_getdltlist()
2825 struct bpf_if *bp; in bpf_setdlt()
2879 struct bpf_if *bp; in bpf_zero_counters()
2943 struct bpf_if *bp; in bpf_stats_sysctl()
[all …]
H A Dethernet.h432 struct bpf_if;
445 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
H A Dbpfdesc.h76 struct bpf_if * bd_bif; /* interface descriptor */
H A Dif_var.h359 struct bpf_if *if_bpf; /* packet filter structure */
H A Dif_ethersubr.c1277 ether_vlan_mtap(struct bpf_if *bp, struct mbuf *m, void *data, u_int dlen) in ether_vlan_mtap()
/f-stack/freebsd/net80211/
H A Dieee80211_var.h394 struct bpf_if *iv_rawbpf; /* packet filter structure */