Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dbpf.c188 static unsigned int bpf_wantpktap = 1; variable
190 static unsigned int bpf_wantpktap = 0; variable
192 SYSCTL_UINT(_debug, OID_AUTO, bpf_wantpktap, CTLFLAG_RW | CTLFLAG_LOCKED,
193 &bpf_wantpktap, 0, "");
1001 if (bpf_wantpktap) { in bpfopen()