bpf_maxbufsize 70 net/bpf.c int bpf_maxbufsize = BPF_MAXBUFSIZE; bpf_maxbufsize 657 net/bpf.c if (size > bpf_maxbufsize) bpf_maxbufsize 658 net/bpf.c *(u_int *)addr = size = bpf_maxbufsize; bpf_maxbufsize 1451 net/bpf.c if (newval < BPF_MINBUFSIZE || newval > bpf_maxbufsize) bpf_maxbufsize 1456 net/bpf.c newval = bpf_maxbufsize; bpf_maxbufsize 1462 net/bpf.c bpf_maxbufsize = newval; bpf_maxbufsize 82 net/bpf_filter.c extern int bpf_maxbufsize; bpf_maxbufsize 512 net/bpf_filter.c if (p->k >= bpf_maxbufsize)