Searched refs:sendhook (Results 1 – 1 of 1) sorted by relevance
1570 hook_p sendhook; in ng_pppoe_rcvdata_ether() local1664 sendhook = pppoe_match_svc(node, tag); in ng_pppoe_rcvdata_ether()1665 if (sendhook != NULL) in ng_pppoe_rcvdata_ether()1687 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()1688 if (sendhook == NULL) { in ng_pppoe_rcvdata_ether()1698 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()1772 if (sendhook == NULL) in ng_pppoe_rcvdata_ether()1781 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()1850 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()1851 if (sendhook == NULL) in ng_pppoe_rcvdata_ether()[all …]