Searched refs:ng_findhook (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tag.c | 371 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg() 392 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_tag_rcvmsg() 412 if ((hook = ng_findhook(node, msg->data)) == NULL) in ng_tag_rcvmsg() 436 if ((hook = ng_findhook(node, msg->data)) == NULL) in ng_tag_rcvmsg() 463 if ((hook = ng_findhook(node, msg->data)) == NULL) in ng_tag_rcvmsg() 678 hip->hi_match = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifMatch); in ng_tag_setdata_in() 679 hip->hi_nonmatch = ng_findhook(NG_HOOK_NODE(hook), hip->in->ifNotMatch); in ng_tag_setdata_in()
|
| H A D | ng_bpf.c | 328 if ((hook = ng_findhook(node, hp->thisHook)) == NULL) in ng_bpf_rcvmsg() 348 if ((hook = ng_findhook(node, msg->data)) == NULL) in ng_bpf_rcvmsg() 375 if ((hook = ng_findhook(node, msg->data)) == NULL) in ng_bpf_rcvmsg() 590 hip->match = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifMatch); in ng_bpf_setprog() 591 hip->nomatch = ng_findhook(NG_HOOK_NODE(hook), hip->prog->ifNotMatch); in ng_bpf_setprog()
|
| H A D | ng_tcpmss.c | 200 hook = ng_findhook(node, (char *)msg->data); in ng_tcpmss_rcvmsg() 233 in = ng_findhook(node, set->inHook); in ng_tcpmss_rcvmsg() 234 out = ng_findhook(node, set->outHook); in ng_tcpmss_rcvmsg()
|
| H A D | ng_hole.c | 167 hook = ng_findhook(node, (char *)msg->data); in ngh_rcvmsg()
|
| H A D | ng_vlan.c | 294 hook = ng_findhook(node, vf->hook_name); in ng_vlan_rcvmsg() 328 hook = ng_findhook(node, (char *)msg->data); in ng_vlan_rcvmsg()
|
| H A D | ng_etf.c | 294 hook = ng_findhook(node, f->matchhook); in ng_etf_rcvmsg()
|
| H A D | ng_base.c | 1074 if (ng_findhook(node, name) != NULL) { in ng_add_hook() 1125 ng_findhook(node_p node, const char *name) in ng_findhook() function 1399 if (ng_findhook(node, NG_HOOK_NAME(hook)) != NULL) { in ng_con_part2() 1485 if (ng_findhook(node2, name2) != NULL) { in ng_con_nodes() 1800 hook = ng_findhook(node, segment); in ng_path2noderef() 2587 if ((hook = ng_findhook(here, rmh->ourhook)) != NULL) in ng_generic_msg()
|
| H A D | ng_bridge.c | 519 if ((hook = ng_findhook(node, linkName)) == NULL) { in ng_bridge_rcvmsg()
|
| H A D | ng_socket.c | 463 hook = ng_findhook(pcbp->sockdata->node, hookname); in ngd_send()
|
| H A D | netgraph.h | 1136 hook_p ng_findhook(node_p node, const char *name);
|
| H A D | ng_pppoe.c | 825 hook = ng_findhook(node, ourmsg->hook); in ng_pppoe_rcvmsg()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1080 if (ng_findhook(node, name) != NULL) { in ng_add_hook() 1131 ng_findhook(node_p node, const char *name) in ng_findhook() function 1405 if (ng_findhook(node, NG_HOOK_NAME(hook)) != NULL) { in ng_con_part2() 1491 if (ng_findhook(node2, name2) != NULL) { in ng_con_nodes() 1806 hook = ng_findhook(node, segment); in ng_path2noderef() 2607 if ((hook = ng_findhook(here, rmh->ourhook)) != NULL) in ng_generic_msg()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1140 hook_p ng_findhook(node_p node, const char *name);
|