HomeSort by: relevance | last modified time | path
    Searched defs:bpf_jit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpf.c 113 static bool bpf_jit = false; variable in typeref:typename:bool
1393 if (bpf_jit)
2439 newval = bpf_jit;
2444 bpf_jit = newval;
2581 sysctl_net_bpf_jit, 0, &bpf_jit, 0,
bpf.c 113 static bool bpf_jit = false; variable in typeref:typename:bool
1393 if (bpf_jit)
2439 newval = bpf_jit;
2444 bpf_jit = newval;
2581 sysctl_net_bpf_jit, 0, &bpf_jit, 0,

Completed in 46 milliseconds