Searched refs:sendhook (Results 1 – 1 of 1) sorted by relevance
1564 hook_p sendhook; in ng_pppoe_rcvdata_ether() local1658 sendhook = pppoe_match_svc(node, tag); in ng_pppoe_rcvdata_ether()1659 if (sendhook != NULL) in ng_pppoe_rcvdata_ether()1681 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()1682 if (sendhook == NULL) { in ng_pppoe_rcvdata_ether()1692 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()1766 if (sendhook == NULL) in ng_pppoe_rcvdata_ether()1775 sp = NG_HOOK_PRIVATE(sendhook); in ng_pppoe_rcvdata_ether()1844 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()1845 if (sendhook == NULL) in ng_pppoe_rcvdata_ether()[all …]