Searched refs:tipc_msg_extract (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/tipc/ |
D | msg.c | 392 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) in tipc_msg_extract() function
|
D | msg.h | 778 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos);
|
D | bcast.c | 496 while (tipc_msg_extract(buf, &iskb, &pos)) { in tipc_bclink_rcv()
|
D | link.c | 1243 while (tipc_msg_extract(skb, &iskb, &pos)) in tipc_link_input() 1711 if (!tipc_msg_extract(*skb, &iskb, &pos)) { in tipc_link_failover_rcv()
|