Lines Matching refs:sk_buff
59 struct sk_buff *tipc_buf_acquire(u32 size) in tipc_buf_acquire()
61 struct sk_buff *skb; in tipc_buf_acquire()
89 struct sk_buff *tipc_msg_create(uint user, uint type, in tipc_msg_create()
94 struct sk_buff *buf; in tipc_msg_create()
120 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append()
122 struct sk_buff *head = *headbuf; in tipc_buf_append()
123 struct sk_buff *frag = *buf; in tipc_buf_append()
124 struct sk_buff *tail = NULL; in tipc_buf_append()
202 bool tipc_msg_validate(struct sk_buff *skb) in tipc_msg_validate()
254 struct sk_buff *skb; in tipc_msg_build()
345 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
392 bool tipc_msg_extract(struct sk_buff *skb, struct sk_buff **iskb, int *pos) in tipc_msg_extract()
432 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
435 struct sk_buff *_skb; in tipc_msg_make_bundle()
477 bool tipc_msg_reverse(u32 own_node, struct sk_buff **skb, int err) in tipc_msg_reverse()
479 struct sk_buff *_skb = *skb; in tipc_msg_reverse()
532 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, int *err) in tipc_msg_lookup_dest()
569 struct sk_buff *skb, *_skb; in tipc_msg_reassemble()
570 struct sk_buff *frag = NULL; in tipc_msg_reassemble()
571 struct sk_buff *head = NULL; in tipc_msg_reassemble()
610 struct sk_buff *skb) in __tipc_skb_queue_sorted()
612 struct sk_buff *_skb, *tmp; in __tipc_skb_queue_sorted()