Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c120 * @reasm_buf: head of partially reassembled inbound message fragments
185 struct sk_buff *reasm_buf; member
969 kfree_skb(l->reasm_buf); in tipc_link_reset()
972 l->reasm_buf = NULL; in tipc_link_reset()
1803 rc |= tipc_link_input(l, skb, l->inputq, &l->reasm_buf); in tipc_link_rcv()
2068 tnl->failover_reasm_skb = l->reasm_buf; in tipc_link_tnl_prepare()
2069 l->reasm_buf = NULL; in tipc_link_tnl_prepare()
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c120 * @reasm_buf: head of partially reassembled inbound message fragments
213 struct sk_buff *reasm_buf; member
1004 kfree_skb(l->reasm_buf); in tipc_link_reset()
1007 l->reasm_buf = NULL; in tipc_link_reset()
1839 rc |= tipc_link_input(l, skb, l->inputq, &l->reasm_buf); in tipc_link_rcv()
2104 tnl->failover_reasm_skb = l->reasm_buf; in tipc_link_tnl_prepare()
2105 l->reasm_buf = NULL; in tipc_link_tnl_prepare()

Completed in 8 milliseconds