Searched refs:headbuf (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/net/tipc/
H A Dmsg.c114 * @*headbuf: in: NULL for first frag, otherwise value returned from prev call
120 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) tipc_buf_append() argument
122 struct sk_buff *head = *headbuf; tipc_buf_append()
143 head = *headbuf = frag; tipc_buf_append()
179 *headbuf = NULL;
186 kfree_skb(*headbuf);
187 *buf = *headbuf = NULL;
H A Dmsg.h790 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);

Completed in 90 milliseconds