Searched refs:sendhook (Results 1 – 1 of 1) sorted by relevance
1586 hook_p sendhook; in ng_pppoe_rcvdata_ether() local1678 sendhook = pppoe_match_svc(node, tag); in ng_pppoe_rcvdata_ether()1679 if (sendhook != NULL) in ng_pppoe_rcvdata_ether()1680 NG_FWD_NEW_DATA(error, item, sendhook, m); in ng_pppoe_rcvdata_ether()1701 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()1702 if (sendhook == NULL) { in ng_pppoe_rcvdata_ether()1712 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()1785 sendhook = pppoe_findcookie(node, utag); in ng_pppoe_rcvdata_ether()1786 if (sendhook == NULL) in ng_pppoe_rcvdata_ether()1795 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()[all …]