Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_etf.c205 etfp->downstream_hook.hook = hook; in ng_etf_newhook()
207 etfp->packets_in = 0; in ng_etf_newhook()
208 etfp->packets_out = 0; in ng_etf_newhook()
210 etfp->nomatch_hook.hook = hook; in ng_etf_newhook()
269 stats->packets_in = etfp->packets_in; in ng_etf_rcvmsg()
307 if (ng_etf_findentry(etfp, in ng_etf_rcvmsg()
326 LIST_INSERT_HEAD( etfp->hashtable in ng_etf_rcvmsg()
402 etfp->packets_in++; in ng_etf_rcvdata()
423 etfp->packets_out++; in ng_etf_rcvdata()
471 etfp->downstream_hook.hook = NULL; in ng_etf_disconnect()
[all …]