CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/11/28 23:48:10
Modified files: sys/net : if_pfsync.c Log message: use m_pulldown to get a contig view of the pfsync_header instead of m_pullup. not really a significant change since most rx bufs (which we read pfsync packets from) are a single contig cluster coming off the network, so we rarely hit the case m_pullup was called in.