Searched refs:nd_ID (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 679 __func__, node->nd_ID, node); in ng_pppoe_constructor() 793 "small\n", node->nd_ID); in ng_pppoe_rcvmsg() 801 "too big\n", node->nd_ID); in ng_pppoe_rcvmsg() 858 "active\n", node->nd_ID); in ng_pppoe_rcvmsg() 866 "active\n", node->nd_ID); in ng_pppoe_rcvmsg() 1041 "primed\n", node->nd_ID); in ng_pppoe_rcvmsg() 1143 "mbufs\n", node->nd_ID); in ng_pppoe_rcvmsg() 1188 "mbufs\n", node->nd_ID); in ng_pppoe_rcvmsg() 1611 node->nd_ID); in ng_pppoe_rcvdata_ether() 2038 "mbufs\n", node->nd_ID); in ng_pppoe_disconnect() [all …]
|
| H A D | ng_base.c | 680 if ((node->nd_ID != 0) && (node2 == NULL)) { in ng_make_node_common() 1026 hash = (node->nd_ID % (hmask + 1)); in ng_ID_rehash() 1956 node->nd_ID, node, ngq->q_flags); in ng_dequeue() 1972 __func__, node->nd_ID, node, t); in ng_dequeue() 2055 __func__, node->nd_ID, node, item); in ng_acquire_read() 2079 __func__, node->nd_ID, node, item); in ng_acquire_write() 2140 node->nd_ID, node); 2144 __func__, node->nd_ID, node, item ); 3413 __func__, node->nd_ID, node); in ngthread() 3469 node->nd_ID, node); in ng_worklist_add() [all …]
|
| H A D | ng_socket.c | 322 item->el_dest->nd_ID, in ngc_send() 578 pcbp->node_id = node->nd_ID; /* hint for netstat(1) */ in ng_attach_cntl() 741 pcbp->node_id = priv->node->nd_ID; /* hint for netstat(1) */ in ng_connect_data()
|
| H A D | netgraph.h | 364 ng_ID_t nd_ID; /* Unique per node */ member 402 #define _NG_NODE_ID(node) ((node)->nd_ID + 0)
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 684 if ((node->nd_ID != 0) && (node2 == NULL)) { in ng_make_node_common() 1032 hash = (node->nd_ID % (hmask + 1)); in ng_ID_rehash() 1963 node->nd_ID, node, ngq->q_flags); in ng_dequeue() 1979 __func__, node->nd_ID, node, t); in ng_dequeue() 2062 __func__, node->nd_ID, node, item); in ng_acquire_read() 2086 __func__, node->nd_ID, node, item); in ng_acquire_write() 2147 node->nd_ID, node); 2151 __func__, node->nd_ID, node, item ); 3442 __func__, node->nd_ID, node); in ngthread() 3498 node->nd_ID, node); in ng_worklist_add() [all …]
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 366 ng_ID_t nd_ID; /* Unique per node */ member 404 #define _NG_NODE_ID(node) ((node)->nd_ID + 0)
|