diff options
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index cd64d7b2a0fe..a2879e6ec5b6 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -980,6 +980,7 @@ bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg, | |||
980 | struct sk_buff_head *cpy); | 980 | struct sk_buff_head *cpy); |
981 | void __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno, | 981 | void __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno, |
982 | struct sk_buff *skb); | 982 | struct sk_buff *skb); |
983 | bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy); | ||
983 | 984 | ||
984 | static inline u16 buf_seqno(struct sk_buff *skb) | 985 | static inline u16 buf_seqno(struct sk_buff *skb) |
985 | { | 986 | { |