Searched refs:bpf_maxbufsize (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/net/
H A Dbpf.c116 static int bpf_maxbufsize = BPF_DFLTBUFSIZE; /* XXX set dynamically, see above */ variable
1055 if (size > bpf_maxbufsize)
1056 *(u_int *)addr = size = bpf_maxbufsize;
2406 newsize = bpf_maxbufsize;
2414 bpf_maxbufsize = newsize;
2578 sysctl_net_bpf_maxbufsize, 0, &bpf_maxbufsize, 0,
/netbsd-current/external/bsd/ipf/bin/ipftest/
H A Dbpf_filter.c513 if (p->k >= bpf_maxbufsize)

Completed in 193 milliseconds