Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_etf.c156 ng_etf_findentry(etf_p etfp, u_int16_t ethertype) in ng_etf_findentry() argument
158 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
199 const etf_p etfp = NG_NODE_PRIVATE(node); in ng_etf_newhook() local
203 etfp->downstream_hook.hook = hook; in ng_etf_newhook()
204 NG_HOOK_SET_PRIVATE(hook, &etfp->downstream_hook); in ng_etf_newhook()
205 etfp->packets_in = 0; in ng_etf_newhook()
206 etfp->packets_out = 0; in ng_etf_newhook()
208 etfp->nomatch_hook.hook = hook; in ng_etf_newhook()
209 NG_HOOK_SET_PRIVATE(hook, &etfp->nomatch_hook); in ng_etf_newhook()
247 const etf_p etfp = NG_NODE_PRIVATE(node); in ng_etf_rcvmsg() local
[all …]