CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/01 03:27:41
Modified files:
sys/net : if_vlan.c
Log message:
replace vlan instance SRP lists with SMR_SLISTs
As vlan instances obtained from the lists are passed to if_vinput(), which
may sleep (with PF locking enabled), we only traverse the vlan lists inside
the SMR critical section, and keep the existing reference counting in place.
ok visa@ sashan@
