Lines Matching refs:sk_buff
109 struct sk_buff *tail;
123 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg()
765 struct sk_buff *tipc_buf_acquire(u32 size);
766 bool tipc_msg_validate(struct sk_buff *skb);
767 bool tipc_msg_reverse(u32 own_addr, struct sk_buff *buf, u32 *dnode,
771 struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz,
774 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
775 bool tipc_msg_bundle(struct sk_buff *bskb, struct sk_buff *skb, u32 mtu);
777 bool tipc_msg_make_bundle(struct sk_buff **skb, u32 mtu, u32 dnode);
778 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos);
781 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, u32 *dnode,
783 struct sk_buff *tipc_msg_reassemble(struct sk_buff_head *list);
789 static inline struct sk_buff *tipc_skb_peek(struct sk_buff_head *list, in tipc_skb_peek()
792 struct sk_buff *skb; in tipc_skb_peek()
812 struct sk_buff *skb; in tipc_skb_peek_port()
834 static inline struct sk_buff *tipc_skb_dequeue(struct sk_buff_head *list, in tipc_skb_dequeue()
837 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue()
858 struct sk_buff *skb, u32 dport) in tipc_skb_queue_tail()
860 struct sk_buff *_skb = NULL; in tipc_skb_queue_tail()