Searched refs:sc_bpf (Results 1 – 3 of 3) sorted by relevance
/dports/net/tcpview/tcpview-1.0/bpf/hpdev/ |
H A D | if_le.c | 152 caddr_t sc_bpf; member 239 bpfattach(&le->sc_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header)); 353 if (le->sc_bpf) 354 bpf_tap(le->sc_bpf, le->sc_r2->ler2_tbuf[0], len); 614 if (le->sc_bpf) { 615 bpf_tap(le->sc_bpf, buf, len + sizeof(struct ether_header));
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/ |
H A D | pdqvar.h | 250 #define PDQ_BPF_MTAP(sc, m) bpf_mtap3((sc)->sc_bpf, m) 254 #define PDQ_BPFATTACH(sc, t, s) bpf_attach(&(sc)->sc_bpf, &(sc)->sc_if, t, s) 348 #define sc_bpf sc_if.if_bpf macro 350 struct bpf_if *sc_bpf; member
|
H A D | pdq_ifsubr.c | 243 if (sc->sc_bpf != NULL) in pdq_os_receive_pdu() 276 if (sc->sc_bpf != NULL) in pdq_os_transmit_done()
|