Searched refs:tipc_data_input (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.c | 863 static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb, in tipc_data_input() function 918 if (tipc_data_input(l, skb, inputq)) in tipc_link_input() 929 tipc_data_input(l, iskb, &tmpq); in tipc_link_input() 936 tipc_data_input(l, skb, inputq); in tipc_link_input() 1073 if (!tipc_data_input(l, skb, l->inputq)) in tipc_link_rcv()
|