CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/03/03 18:13:37
Modified files: sys/net : ifq.c ifq.h Log message: let drivers provide an ifiq specific bpf interface if they want. this is handled like the interface bpf processing so it inherits the filter drop semantics and fdrop counts on the ifiq. ok claudio@