inpcb: Add in_pcb{link,unlink}_flags() to bypass INP_WILDCARD check
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 22 Sep 2014 11:27:07 +0000 (19:27 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 28 Sep 2014 12:49:11 +0000 (20:49 +0800)
commitb55ecf7e9153a6f09e19ba912f0837f75bd4c108
tree43b242e231ea610dfd310986ddb6974450028f34
parentd31e82302ae39c4b008419f7fda0c1ac5f927f3b
inpcb: Add in_pcb{link,unlink}_flags() to bypass INP_WILDCARD check

It is safe to change the inpcb's pcblist while the it is still referenced
by the wildcard hash.
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h