freebsd-dev/sys/netpfil
Kristof Provost 73c9014569 pf: ifp can never be NULL in pfi_ifaddr_event()
There's no point in the NULL check for ifp, because we'll already have
dereferenced it by then. Moreover, the event will always have a valid ifp.

Replace the late check with an early assertion.

CID:		1357338
2018-10-23 23:15:44 +00:00
..
ipfw Do not decrement RST life time if keep_alive is not turned on. 2018-10-21 16:44:57 +00:00
pf pf: ifp can never be NULL in pfi_ifaddr_event() 2018-10-23 23:15:44 +00:00