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

  /src/sys/net/
bpf.c 112 static int bpf_maxbufsize = BPF_DFLTBUFSIZE; /* XXX set dynamically, see above */ variable in typeref:typename:int
1066 if (size > bpf_maxbufsize)
1067 *(u_int *)addr = size = bpf_maxbufsize;
2416 newsize = bpf_maxbufsize;
2421 if (newsize < BPF_MINBUFSIZE || newsize > BPF_MAXBUFSIZE)
2424 bpf_maxbufsize = newsize;
2588 sysctl_net_bpf_maxbufsize, 0, &bpf_maxbufsize, 0,

Completed in 12 milliseconds