CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/10 05:54:31
Modified files:
sys/net : bpf_filter.c
Log message:
Move code around to result in the same list of case statements in
_bpf_filter and bpf_validate.
Also encode BPF_LDX|BPF_MSH|BPF_B as BPF_LDX|BPF_B|BPF_MSH, all other
BPF_LD / BPD_LDX instructions have BPF_{W,H,B} in 2nd position.
OK tb@
