Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netgraph/
H A Dng_pppoe.c1564 hook_p sendhook; in ng_pppoe_rcvdata_ether() local
1658 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 …]