Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dlink.c186 struct sk_buff *reasm_tnlmsg; member
965 kfree_skb(l->reasm_tnlmsg); in tipc_link_reset()
968 l->reasm_tnlmsg = NULL; in tipc_link_reset()
1319 struct sk_buff **reasm_tnlmsg = &l->reasm_tnlmsg; in tipc_link_tnl_rcv() local
1349 if (!tipc_buf_append(reasm_tnlmsg, &skb)) { in tipc_link_tnl_rcv()
1351 if (*reasm_tnlmsg || link_is_bc_rcvlink(l)) in tipc_link_tnl_rcv()