Searched refs:tipc_node_check_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | trace.h | 361 DEFINE_NODE_EVENT(tipc_node_check_state); variable
|
H A D | node.c | 1896 * tipc_node_check_state - check and if necessary update node state 1901 static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb, in tipc_node_check_state() function 2140 if (tipc_node_check_state(n, skb, bearer_id, &xmitq)) { in tipc_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | trace.h | 361 DEFINE_NODE_EVENT(tipc_node_check_state); variable
|
H A D | node.c | 1925 * tipc_node_check_state - check and if necessary update node state 1932 static bool tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb, in tipc_node_check_state() function 2171 if (tipc_node_check_state(n, skb, bearer_id, &xmitq)) { in tipc_rcv()
|
Completed in 10 milliseconds