Home
last modified time | relevance | path

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

/linux/net/tipc/
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()
179 *headbuf = NULL; in tipc_buf_append()
186 kfree_skb(*headbuf); in tipc_buf_append()
187 *buf = *headbuf = NULL; in tipc_buf_append()
A Dmsg.h1188 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);

Completed in 10 milliseconds