CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/13 05:00:40
Modified files:
sys/net : if_pppoe.c
Log message:
Start documenting locks for struct pppoe_softc members
Pretty much all members are under the net lock, some are proctected by
both net and kernel lock, e.g. the start routine is called with
KERNEL_LOCK().
OK mpi
