CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/12 11:02:58
Modified files:
sys/net : bpf.c
Log message:
Prepare bpf_sysctl() for upcoming net_sysctl() unlocking.
Both NET_BPF_MAXBUFSIZE and NET_BPF_BUFSIZE (`bpf_maxbufsize' and
`bpf_bufsize' respectively) are atomically accessed integers. No locks
required to modify them.
ok bluhm
