Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dlink.c214 struct sk_buff *reasm_tnlmsg; member
1005 kfree_skb(l->reasm_tnlmsg); in tipc_link_reset()
1008 l->reasm_tnlmsg = NULL; in tipc_link_reset()
1368 struct sk_buff **reasm_tnlmsg = &l->reasm_tnlmsg; in tipc_link_tnl_rcv() local
1398 if (!tipc_buf_append(reasm_tnlmsg, &skb)) { in tipc_link_tnl_rcv()
1400 if (*reasm_tnlmsg || link_is_bc_rcvlink(l)) in tipc_link_tnl_rcv()