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()
203 bool tipc_msg_validate(struct sk_buff *skb) in tipc_msg_validate()
255 struct sk_buff *skb; in tipc_msg_build()
346 bool tipc_msg_bundle(struct sk_buff *bskb, struct sk_buff *skb, 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, u32 mtu, u32 dnode) in tipc_msg_make_bundle()
434 struct sk_buff *bskb; in tipc_msg_make_bundle()
473 bool tipc_msg_reverse(u32 own_addr, struct sk_buff *buf, u32 *dnode, in tipc_msg_reverse()
515 bool tipc_msg_lookup_dest(struct net *net, struct sk_buff *skb, in tipc_msg_lookup_dest()
550 struct sk_buff *tipc_msg_reassemble(struct sk_buff_head *list) in tipc_msg_reassemble()
552 struct sk_buff *skb; in tipc_msg_reassemble()
553 struct sk_buff *frag = NULL; in tipc_msg_reassemble()
554 struct sk_buff *head = NULL; in tipc_msg_reassemble()