Searched refs:NG_ONE2MANY_ONE_LINKNUM (Results 1 – 2 of 2) sorted by relevance
226 linkNum = NG_ONE2MANY_ONE_LINKNUM; in ng_one2many_newhook()239 if (linkNum != NG_ONE2MANY_ONE_LINKNUM) { in ng_one2many_newhook()329 if (linkNum == NG_ONE2MANY_ONE_LINKNUM) in ng_one2many_rcvmsg()375 if (linkNum == NG_ONE2MANY_ONE_LINKNUM) in ng_one2many_rcvmsg()424 KASSERT(linkNum == NG_ONE2MANY_ONE_LINKNUM in ng_one2many_rcvdata()429 src = (linkNum == NG_ONE2MANY_ONE_LINKNUM) ? in ng_one2many_rcvdata()438 if (linkNum == NG_ONE2MANY_ONE_LINKNUM) { in ng_one2many_rcvdata()521 KASSERT(linkNum == NG_ONE2MANY_ONE_LINKNUM in ng_one2many_disconnect()526 if (linkNum == NG_ONE2MANY_ONE_LINKNUM) in ng_one2many_disconnect()
57 #define NG_ONE2MANY_ONE_LINKNUM (-1) macro