Home
last modified time | relevance | path

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

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