Searched refs:headbuf (Results 1 – 2 of 2) sorted by relevance
124 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() argument126 struct sk_buff *head = *headbuf; in tipc_buf_append()151 head = *headbuf = frag; in tipc_buf_append()179 *headbuf = NULL; in tipc_buf_append()186 kfree_skb(*headbuf); in tipc_buf_append()187 *buf = *headbuf = NULL; in tipc_buf_append()
1188 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);
Completed in 10 milliseconds