Searched refs:ng_send_fn1 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 1012 ng_send_fn1(node, NULL, &ng_ksocket_incoming2, so, 0, wait)) { in ng_ksocket_incoming()
|
| H A D | ng_base.c | 3700 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS); in ng_send_fn() 3704 ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2, in ng_send_fn1() function
|
| H A D | netgraph.h | 1153 int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 3730 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS); in ng_send_fn() 3734 ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2, in ng_send_fn1() function
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1157 int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,
|