Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dnetgraph.h118 ng_rcvdata_t *hk_rcvdata; /* data comes here */ member
146 #define _NG_HOOK_SET_RCVDATA(hook, val) do {(hook)->hk_rcvdata = val;} while (0)
H A Dng_base.c2397 if ((!(rcvdata = hook->hk_rcvdata)) && in ng_apply_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h119 ng_rcvdata_t *hk_rcvdata; /* data comes here */ member
147 #define _NG_HOOK_SET_RCVDATA(hook, val) do {(hook)->hk_rcvdata = val;} while (0)
/f-stack/lib/
H A Dff_ng_base.c2415 if ((!(rcvdata = hook->hk_rcvdata)) && in ng_apply_item()