]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Resolve the confusion between the head_list and the hook list.
authorAndre Oppermann <andre@FreeBSD.org>
Sat, 24 Aug 2013 11:17:25 +0000 (11:17 +0000)
committerAndre Oppermann <andre@FreeBSD.org>
Sat, 24 Aug 2013 11:17:25 +0000 (11:17 +0000)
commit8da01399756c114014a78c422cf1fffa1a56bc4a
treee2b0cfdbbe43b76da2e1b71b11e1b089d924f430
parentbacda5aaa9fd45f18f6a2a423a9671544d5e673c
Resolve the confusion between the head_list and the hook list.

The linked list of pfil hooks is changed to "chain" and this term
is applied consistently.  The head_list remains with "list" term.

Add KASSERT to vnet_pfil_uninit().

Update and extend comments.

Reviewed by: eri (previous version)
sys/net/pfil.c
sys/net/pfil.h