CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/01 05:10:27
Modified files:
sys/net : bpf.c bpf.h
Log message:
add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header.
internally it uses mbufs to handle the chain of buffers, but the
caller doesnt have to deal with that or allocate a temporary buffer
with the header attached.
ok mpi@
