Searched refs:ethernet_hook (Results 1 – 1 of 1) sorted by relevance
279 hook_p ethernet_hook; member700 privp->ethernet_hook = hook; in ng_pppoe_newhook()735 if (hook != privp->ethernet_hook) in ng_pppoe_connect()751 NG_NODE_ID(NG_PEER_NODE(privp->ethernet_hook)), in ng_pppoe_connect()1175 privp->ethernet_hook, m); in ng_pppoe_rcvmsg()1220 privp->ethernet_hook, m); in ng_pppoe_rcvmsg()1295 NG_SEND_DATA_ONLY(error, privp->ethernet_hook, m0); in pppoe_start()2015 } else if (hook == privp->ethernet_hook) { in ng_pppoe_disconnect()2016 privp->ethernet_hook = NULL; in ng_pppoe_disconnect()2029 if ((privp->ethernet_hook) in ng_pppoe_disconnect()[all …]