Searched refs:etfp (Results 1 – 1 of 1) sorted by relevance
156 ng_etf_findentry(etf_p etfp, u_int16_t ethertype) in ng_etf_findentry() argument158 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()199 const etf_p etfp = NG_NODE_PRIVATE(node); in ng_etf_newhook() local203 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 …]