Searched refs:headbuf (Results 1 – 2 of 2) sorted by relevance
122 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() argument124 struct sk_buff *head = *headbuf; in tipc_buf_append()145 head = *headbuf = frag; in tipc_buf_append()181 *headbuf = NULL; in tipc_buf_append()188 kfree_skb(*headbuf); in tipc_buf_append()189 *buf = *headbuf = NULL; in tipc_buf_append()
959 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);