Searched refs:hk_name (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pppoe.c | 1436 __func__, node->nd_ID, node, item, hook->hk_name, hook); in ng_pppoe_rcvdata() 1593 __func__, node->nd_ID, node, item, hook->hk_name, hook); in ng_pppoe_rcvdata_ether() 1988 __func__, node->nd_ID, node, item, hook->hk_name, hook); in ng_pppoe_rcvdata_debug() 2128 __func__, node->nd_ID, node, hook->hk_name, hook, sp->Session_ID); in pppoe_ticker()
|
H A D | netgraph.h | 124 char hk_name[NG_HOOKSIZ]; /* what this node knows this link as */ member 156 #define _NG_HOOK_NAME(hook) ((hook)->hk_name)
|
H A D | ng_base.c | 1417 hook->hk_name))) { in ng_con_part2()
|