| /src/sys/net/ |
| bpfdesc.h | 84 struct bpf_if * bd_bif; /* interface descriptor */ 129 struct pslist_entry bd_bif_dlist_entry; /* For bpf_if */ 168 void (*bet_notify)(struct bpf_if *, struct ifnet *, int, int); 174 struct bpf_if { struct 176 struct bpf_if *_bif_next; /* list of all interfaces */ 178 struct bpf_if **bif_driverp; /* pointer into softc */
|
| bpf.h | 440 struct bpf_if; 443 void (*bpf_attach)(struct ifnet *, u_int, u_int, struct bpf_if **); 447 void (*bpf_mtap)(struct bpf_if *, struct mbuf *, u_int); 448 void (*bpf_mtap2)(struct bpf_if *, void *, u_int, struct mbuf *, 450 void (*bpf_mtap_af)(struct bpf_if *, uint32_t, struct mbuf *, u_int); 451 void (*bpf_mtap_sl_in)(struct bpf_if *, u_char *, struct mbuf **); 452 void (*bpf_mtap_sl_out)(struct bpf_if *, u_char *, struct mbuf *); 457 int (*bpf_register_track_event)(struct bpf_if **, 458 void (*)(struct bpf_if *, struct ifnet *, int, int)); 459 int (*bpf_deregister_track_event)(struct bpf_if **, [all...] |
| bpf_stub.c | 42 struct bpf_if **lag_drvp; 49 static void bpf_stub_attach(struct ifnet *, u_int, u_int, struct bpf_if **); 76 bpf_stub_attach(struct ifnet *ifp, u_int dlt, u_int hlen, struct bpf_if **drvp) 157 panic("bpf method called without attached bpf_if"); 160 printf("bpf method called without attached bpf_if\n");
|
| bpf.c | 137 * - struct bpf_if 151 * - struct bpf_if is iterated on bpf_iflist with psz or psref 163 bpf_if_acquire(struct bpf_if *bp, struct psref *psref) 170 bpf_if_release(struct bpf_if *bp, struct psref *psref) 199 /* Macros for bpf_if on bpf_iflist */ 203 PSLIST_READER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 206 PSLIST_WRITER_FOREACH((__bp), &bpf_iflist, struct bpf_if, \ 215 /* Macros for bpf_d on bpf_if#bif_dlist_pslist */ 237 static void bpf_deliver(struct bpf_if *, 247 static void bpf_attachd(struct bpf_d *, struct bpf_if *); [all...] |
| /src/sys/dev/ic/ |
| malovar.h | 113 struct bpf_if * sc_drvbpf;
|
| anvar.h | 150 struct bpf_if * sc_drvbpf;
|
| rt2560var.h | 153 struct bpf_if * sc_drvbpf;
|
| rt2661var.h | 162 struct bpf_if * sc_drvbpf;
|
| rt2860var.h | 197 struct bpf_if *sc_drvbpf;
|
| wivar.h | 109 struct bpf_if * sc_drvbpf;
|
| atwvar.h | 205 struct bpf_if * sc_radiobpf;
|
| /src/sys/dev/usb/ |
| if_rumvar.h | 141 struct bpf_if * sc_drvbpf;
|
| if_uralvar.h | 134 struct bpf_if * sc_drvbpf;
|
| if_otusvar.h | 223 struct bpf_if * sc_drvbpf;
|
| if_runvar.h | 208 struct bpf_if * sc_drvbpf;
|
| if_urtwnvar.h | 187 struct bpf_if * sc_drvbpf;
|
| if_upgtvar.h | 454 struct bpf_if *sc_drvbpf;
|
| if_urtwreg.h | 392 struct bpf_if * sc_drvbpf;
|
| /src/sys/dev/pci/ |
| if_ipwvar.h | 152 struct bpf_if *sc_drvbpf;
|
| if_iwivar.h | 162 struct bpf_if *sc_drvbpf;
|
| if_rtwnreg.h | 199 struct bpf_if *sc_drvbpf;
|
| if_wpivar.h | 173 struct bpf_if * sc_drvbpf;
|
| if_iwmvar.h | 533 struct bpf_if *sc_drvbpf;
|
| if_iwnvar.h | 325 struct bpf_if * sc_drvbpf;
|
| /src/sys/net80211/ |
| ieee80211_var.h | 146 struct bpf_if * ic_rawbpf; /* packet filter structure */
|