Home
last modified time | relevance | path

Searched refs:hk_rcvmsg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph7/
H A Dnetgraph.h118 ng_rcvmsg_t *hk_rcvmsg; /* control messages come here */ member
145 #define _NG_HOOK_SET_RCVMSG(hook, val) do {(hook)->hk_rcvmsg = val;} while (0)
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c2064 if (((!hook) || (!(rcvmsg = hook->hk_rcvmsg))) && in ng_apply_item()