CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/08/14 05:05:38
Modified files: sys/net : if_pppx.c Log message: Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4) packets output out of KERNEL_LOCK. pppx(4) and pipex(4) are ready to this. ok yasuoka@ mpi@