Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/
H A Dng_pppoe.c293 hook_p ethernet_hook; member
714 privp->ethernet_hook = hook; in ng_pppoe_newhook()
749 if (hook != privp->ethernet_hook) in ng_pppoe_connect()
765 NG_NODE_ID(NG_PEER_NODE(privp->ethernet_hook)), in ng_pppoe_connect()
1189 privp->ethernet_hook, m); in ng_pppoe_rcvmsg()
1234 privp->ethernet_hook, m); in ng_pppoe_rcvmsg()
1309 NG_SEND_DATA_ONLY(error, privp->ethernet_hook, m0); in pppoe_start()
2029 } else if (hook == privp->ethernet_hook) { in ng_pppoe_disconnect()
2030 privp->ethernet_hook = NULL; in ng_pppoe_disconnect()
2043 if ((privp->ethernet_hook) in ng_pppoe_disconnect()
[all …]