Searched refs:tipc_buf_append (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | msg.c | 123 /* tipc_buf_append(): Append a buffer to the fragment list of another buffer 130 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() function 744 if (tipc_buf_append(&tmp, &skb)) { in tipc_msg_assemble() 784 if (tipc_buf_append(&head, &frag)) in tipc_msg_reassemble()
|
H A D | msg.h | 1188 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
|
H A D | link.c | 1303 if (tipc_buf_append(reasm_skb, &skb)) { in tipc_link_input() 1362 if (!tipc_buf_append(reasm_tnlmsg, &skb)) { in tipc_link_tnl_rcv()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | msg.c | 117 /* 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) in tipc_buf_append() function 744 if (tipc_buf_append(&tmp, &skb)) { in tipc_msg_assemble() 784 if (tipc_buf_append(&head, &frag)) in tipc_msg_reassemble()
|
H A D | msg.h | 1165 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
|
H A D | link.c | 1339 if (tipc_buf_append(reasm_skb, &skb)) { in tipc_link_input() 1398 if (!tipc_buf_append(reasm_tnlmsg, &skb)) { in tipc_link_tnl_rcv()
|
Completed in 17 milliseconds