Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c124 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() argument
126 struct sk_buff *head = *headbuf; in tipc_buf_append()
151 head = *headbuf = frag; in tipc_buf_append()
184 *headbuf = NULL; in tipc_buf_append()
190 kfree_skb(*headbuf); in tipc_buf_append()
191 *buf = *headbuf = NULL; in tipc_buf_append()
H A Dmsg.h1165 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);