CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/09/09 05:55:37
Modified files: sys/net : bpf.c bpfdesc.h Log message: convert bpf to using an srp list for the list of descriptors. this replaces the hand rolled list. the code has always used hand rolled lists, but that gets a bit cumbersome when theyre SRPs. requested ages ago by mpi@