Searched refs:ng_send_fn (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | TODO | 10 External code now uses ng_send_fn to inject data into Netgraph, but
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | TODO | 10 External code now uses ng_send_fn to inject data into Netgraph, so
|
| H A D | ng_hci_main.c | 244 ng_send_fn(unit->node, hook, ng_hci_node_is_up, NULL,0); in ng_hci_connect()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | TODO | 10 External code now uses ng_send_fn to inject data into Netgraph, so
|
| H A D | ng_l2cap_main.c | 205 error = ng_send_fn(l2cap->node, hook, ng_l2cap_send_hook_info, in ng_l2cap_connect()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_eiface.c | 300 if (ng_send_fn(priv->node, NULL, &ng_eiface_start2, ifp, 0) != 0) in ng_eiface_start()
|
| H A D | ng_base.c | 1615 error = ng_send_fn(node, NULL, &ng_rmnode, NULL, 0); in ng_rmnode_self() 1635 error = ng_send_fn(node, hook, &ng_rmhook_part2, NULL, 0); in ng_rmhook_self() 3697 ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2) in ng_send_fn() function
|
| H A D | ng_ksocket.c | 650 ng_send_fn(node, NULL, &ng_ksocket_incoming2, so, M_NOWAIT); in ng_ksocket_connect()
|
| H A D | netgraph.h | 1151 int ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1621 error = ng_send_fn(node, NULL, &ng_rmnode, NULL, 0); in ng_rmnode_self() 1641 error = ng_send_fn(node, hook, &ng_rmhook_part2, NULL, 0); in ng_rmhook_self() 3727 ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void * arg1, int arg2) in ng_send_fn() function
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_hci_raw.c | 1646 return (ng_send_fn(ng_btsocket_hci_raw_node, NULL, in ng_btsocket_hci_raw_send()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1155 int ng_send_fn(node_p node, hook_p hook, ng_item_fn *fn, void *arg1,
|