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

  /src/sys/net/
bpf.h 69 #define BPF_MAXBUFSIZE (1024*1024*16) /* hard limit on sysctl'able value */
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 16 milliseconds