Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c186 struct sk_buff *reasm_tnlmsg; member
970 kfree_skb(l->reasm_tnlmsg); in tipc_link_reset()
973 l->reasm_tnlmsg = NULL; in tipc_link_reset()
1332 struct sk_buff **reasm_tnlmsg = &l->reasm_tnlmsg; in tipc_link_tnl_rcv() local
1362 if (!tipc_buf_append(reasm_tnlmsg, &skb)) { in tipc_link_tnl_rcv()
1364 if (*reasm_tnlmsg || link_is_bc_rcvlink(l)) in tipc_link_tnl_rcv()
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c144 * @reasm_tnlmsg: fragmentation/reassembly area for tunnel protocol message
214 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()

Completed in 9 milliseconds