Searched refs:sendhook (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c1564 hook_p sendhook; local
1658 sendhook = pppoe_match_svc(node, tag);
1659 if (sendhook != NULL)
1660 NG_FWD_NEW_DATA(error, item, sendhook, m);
1681 sendhook = pppoe_finduniq(node, utag);
1682 if (sendhook == NULL) {
1692 sp = NG_HOOK_PRIVATE(sendhook);
1765 sendhook = pppoe_findcookie(node, utag);
1766 if (sendhook == NULL)
1775 sp = NG_HOOK_PRIVATE(sendhook);
[all...]

Completed in 192 milliseconds