Searched refs:tipc_msg_lookup_dest (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 694 * tipc_msg_lookup_dest(): try to find new destination for named message 700 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) in tipc_msg_lookup_dest() function
|
H A D | msg.h | 1198 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err);
|
H A D | socket.c | 2508 if (tipc_msg_lookup_dest(net, skb, &err)) in tipc_sk_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 690 * tipc_msg_lookup_dest(): try to find new destination for named message 697 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) in tipc_msg_lookup_dest() function
|
H A D | msg.h | 1175 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err);
|
H A D | socket.c | 2515 if (tipc_msg_lookup_dest(net, skb, &err)) in tipc_sk_rcv()
|
Completed in 20 milliseconds