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

/linux-master/net/tipc/
H A Dmsg.h1168 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos);
H A Dmsg.c573 * tipc_msg_extract(): extract bundled inner packet from buffer
581 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) function
H A Dlink.c1318 while (tipc_msg_extract(skb, &iskb, &pos))
1368 if (unlikely(!tipc_msg_extract(skb, &iskb, &ipos))) {

Completed in 128 milliseconds