Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ksocket.c1107 ng_send_fn1(node, NULL, &ng_ksocket_incoming2, so, 0, wait)) { in ng_ksocket_incoming()
1342 ng_send_fn1(priv->node, NULL, &ng_ksocket_listen_upcall2, priv, 0, in ng_ksocket_listen_upcall()
H A Dng_base.c3720 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS); in ng_send_fn()
3724 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.h1161 int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,