Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dmsg.c132 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf) in tipc_buf_append() argument
134 struct sk_buff *head = *headbuf; in tipc_buf_append()
157 head = *headbuf = frag; in tipc_buf_append()
192 *headbuf = NULL; in tipc_buf_append()
199 kfree_skb(*headbuf); in tipc_buf_append()
200 *buf = *headbuf = NULL; in tipc_buf_append()
Dmsg.h1187 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);