Lines Matching refs:sk_buff_head
1053 struct sk_buff_head *xmitq);
1065 int pktmax, struct sk_buff_head *frags);
1067 int offset, int dsz, int mtu, struct sk_buff_head *list);
1069 bool tipc_msg_assemble(struct sk_buff_head *list);
1070 bool tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq);
1071 bool tipc_msg_pskb_copy(u32 dst, struct sk_buff_head *msg,
1072 struct sk_buff_head *cpy);
1073 void __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno,
1075 bool tipc_msg_skb_clone(struct sk_buff_head *msg, struct sk_buff_head *cpy);
1091 static inline struct sk_buff *tipc_skb_peek(struct sk_buff_head *list, in tipc_skb_peek()
1112 static inline u32 tipc_skb_peek_port(struct sk_buff_head *list, u32 filter) in tipc_skb_peek_port()
1136 static inline struct sk_buff *tipc_skb_dequeue(struct sk_buff_head *list, in tipc_skb_dequeue()
1157 static inline void tipc_skb_queue_splice_tail(struct sk_buff_head *list, in tipc_skb_queue_splice_tail()
1158 struct sk_buff_head *head) in tipc_skb_queue_splice_tail()
1169 static inline void tipc_skb_queue_splice_tail_init(struct sk_buff_head *list, in tipc_skb_queue_splice_tail_init()
1170 struct sk_buff_head *head) in tipc_skb_queue_splice_tail_init()
1172 struct sk_buff_head tmp; in tipc_skb_queue_splice_tail_init()
1191 static inline struct sk_buff *__tipc_skb_dequeue(struct sk_buff_head *list, in __tipc_skb_dequeue()