Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ksocket.c1012 ng_send_fn1(node, NULL, &ng_ksocket_incoming2, so, 0, wait)) { in ng_ksocket_incoming()
H A Dng_base.c3700 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 Dnetgraph.h1153 int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,
/f-stack/lib/
H A Dff_ng_base.c3730 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 Dnetgraph.h1157 int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,