CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/24 09:40:55
Modified files:
sys/net : if.c raw_usrreq.c
sys/netinet : in.c ip_divert.c raw_ip.c tcp_usrreq.c
udp_usrreq.c
sys/netinet6 : in6.c ip6_divert.c raw_ip6.c
Log message:
Push NET_LOCK down in the default ifioctl case.
For the PRU_CONTROL bit the NET_LOCK surrounds in[6]_control() and
on the ENOTSUPP case we guard the driver if_ioctl functions.
OK mpi@
