Lines Matching refs:sk_buff
110 struct sk_buff *tail;
124 static inline struct tipc_msg *buf_msg(struct sk_buff *skb) in buf_msg()
782 struct sk_buff *tipc_buf_acquire(u32 size);
783 bool tipc_msg_validate(struct sk_buff *skb);
784 bool tipc_msg_reverse(u32 own_addr, struct sk_buff **skb, int err);
787 struct sk_buff *tipc_msg_create(uint user, uint type, uint hdr_sz,
790 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
791 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu);
792 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg,
794 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos);
797 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err);
800 struct sk_buff *skb);
802 static inline u16 buf_seqno(struct sk_buff *skb) in buf_seqno()
811 static inline struct sk_buff *tipc_skb_peek(struct sk_buff_head *list, in tipc_skb_peek()
814 struct sk_buff *skb; in tipc_skb_peek()
834 struct sk_buff *skb; in tipc_skb_peek_port()
856 static inline struct sk_buff *tipc_skb_dequeue(struct sk_buff_head *list, in tipc_skb_dequeue()
859 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue()