Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dmsg.c120 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() argument
122 struct sk_buff *head = *headbuf; in tipc_buf_append()
143 head = *headbuf = frag; in tipc_buf_append()
179 *headbuf = NULL; in tipc_buf_append()
187 kfree_skb(*headbuf); in tipc_buf_append()
188 *buf = *headbuf = NULL; in tipc_buf_append()
Dmsg.h774 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);