Searched refs:tipc_msg_extract (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/net/tipc/
H A Dmsg.c384 * tipc_msg_extract(): extract bundled inner packet from buffer
392 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) tipc_msg_extract() function
H A Dmsg.h794 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos);
H A Dlink.c911 if (!tipc_msg_extract(skb, &iskb, &ipos)) tipc_link_input()
928 while (tipc_msg_extract(skb, &iskb, &pos)) tipc_link_input()

Completed in 62 milliseconds