Searched refs:tipc_buf_append (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/tipc/
H A Dmsg.c117 /* tipc_buf_append(): Append a buffer to the fragment list of another buffer
124 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) function
748 if (tipc_buf_append(&tmp, &skb)) {
788 if (tipc_buf_append(&head, &frag))
H A Dmsg.h1165 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
H A Dlink.c1324 if (tipc_buf_append(reasm_skb, &skb)) {
1383 if (!tipc_buf_append(reasm_tnlmsg, &skb)) {

Completed in 181 milliseconds