Searched refs:bpfattach (Results 1 – 14 of 14) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_pflog.c | 230 bpfattach(pflogif->sc_if, DLT_PFLOG, PFLOG_HDRLEN); in pflog_clone_create()
|
| H A D | bpf.h | 1570 extern void bpfattach(ifnet_t interface, u_int data_link_type,
|
| H A D | net_stubs.c | 44 STUB(bpfattach);
|
| H A D | if_loop.c | 708 bpfattach(lo_ifp, DLT_NULL, sizeof(u_int32_t)); in loopattach()
|
| H A D | if_stf.c | 362 bpfattach(sc->sc_if, DLT_NULL, sizeof(u_int)); in stfattach()
|
| H A D | if_gif.c | 401 bpfattach(sc->gif_if, DLT_NULL, sizeof(u_int)); in gif_clone_create()
|
| H A D | if_redirect.c | 1282 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in redirect_clone_create() 1284 bpfattach(ifp, DLT_RAW, 0); in redirect_clone_create()
|
| H A D | if_headless.c | 1203 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in headless_clone_create()
|
| H A D | if_vlan.c | 957 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in vlan_clone_create()
|
| H A D | if_utun.c | 1728 bpfattach(pcb->utun_ifp, DLT_RAW, 0); in utun_ctl_connect() 1770 bpfattach(pcb->utun_ifp, DLT_NULL, UTUN_HEADER_SIZE(pcb)); in utun_ctl_connect()
|
| H A D | if_ipsec.c | 2699 bpfattach(pcb->ipsec_ifp, DLT_RAW, 0); in ipsec_ctl_connect() 2723 bpfattach(pcb->ipsec_ifp, DLT_NULL, 0); in ipsec_ctl_connect()
|
| H A D | bpf.c | 4359 bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen) in bpfattach() function
|
| H A D | if_fake.c | 3681 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in feth_clone_create()
|
| H A D | if_bond.c | 1257 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header)); in bond_clone_create()
|