Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/
H A Dnetgraph.h119 ng_rcvdata_t *hk_rcvdata; /* data comes here */ member
146 #define _NG_HOOK_SET_RCVDATA(hook, val) do {(hook)->hk_rcvdata = val;} while (0)
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c2021 if ((!(rcvdata = hook->hk_rcvdata)) in ng_apply_item()