Home
last modified time | relevance | path

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

/linux-5.19.10/net/tipc/
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()
Dmsg.h1165 int tipc_buf_append(struct sk_buff **headbuf, struct sk_buff **buf);