Searched refs:bpf_if (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/net/ |
| HD | bpf.h | 1256 struct bpf_if { struct 1257 LIST_ENTRY(bpf_if) bif_next; /* list of all interfaces */ 1271 void bpf_tap(struct bpf_if *, u_char *, u_int); argument 1272 void bpf_mtap(struct bpf_if *, struct mbuf *); 1273 void bpf_mtap2(struct bpf_if *, void *, u_int, struct mbuf *); 1275 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **); 1282 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
|
| HD | bpf.c | 144 static LIST_HEAD(, bpf_if) bpf_iflist, bpf_freelist; 148 static void bpf_attachd(struct bpf_d *, struct bpf_if *); 593 bpf_attachd(struct bpf_d *d, struct bpf_if *bp) in bpf_attachd() 651 struct bpf_if *bp; in bpf_upgraded() 700 struct bpf_if *bp; in bpf_detachd_locked() 1844 struct bpf_if *bp; in bpf_setif() 2033 bpf_tap(struct bpf_if *bp, u_char *pkt, u_int pktlen) in bpf_tap() 2100 bpf_mtap(struct bpf_if *bp, struct mbuf *m) in bpf_mtap() 2155 bpf_mtap2(struct bpf_if *bp, void *data, u_int dlen, struct mbuf *m) in bpf_mtap2() 2469 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) in bpfattach2() [all …]
|
| HD | ethernet.h | 370 struct bpf_if; 382 void ether_vlan_mtap(struct bpf_if *, struct mbuf *,
|
| HD | bpfdesc.h | 72 struct bpf_if * bd_bif; /* interface descriptor */
|
| HD | if_var.h | 169 struct bpf_if *if_bpf; /* packet filter structure */
|
| HD | if_ethersubr.c | 1254 ether_vlan_mtap(struct bpf_if *bp, struct mbuf *m, void *data, u_int dlen) in ether_vlan_mtap()
|
| /trueos/sys/dev/wpi/ |
| HD | if_wpivar.h | 173 struct bpf_if *sc_drvbpf;
|
| /trueos/sys/net80211/ |
| HD | ieee80211_var.h | 342 struct bpf_if *iv_rawbpf; /* packet filter structure */
|