K 10 svn:author V 6 adrian K 8 svn:date V 27 2012-03-10T20:09:02.917850Z K 7 svn:log V 248 Stick the if_drv_flags access (check and modify) behind the ifq lock. Although access to the flags to check/set OACTIVE is racy due to how the default if_start() function works, this should remove any races with read/modify/write between threads. END