Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h117 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)
H A Dng_base.c2440 if (((!hook) || (!(rcvmsg = hook->hk_rcvmsg))) && in ng_apply_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h118 ng_rcvmsg_t *hk_rcvmsg; /* control messages come here */ member
146 #define _NG_HOOK_SET_RCVMSG(hook, val) do {(hook)->hk_rcvmsg = val;} while (0)
/f-stack/lib/
H A Dff_ng_base.c2458 if (((!hook) || (!(rcvmsg = hook->hk_rcvmsg))) && in ng_apply_item()