Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c1285 struct sk_buff **reasm_skb) in tipc_link_input()
1303 if (tipc_buf_append(reasm_skb, &skb)) { in tipc_link_input()
1306 } else if (!*reasm_skb && !link_is_bc_rcvlink(l)) { in tipc_link_input()
1331 struct sk_buff **reasm_skb = &l->failover_reasm_skb; in tipc_link_tnl_rcv() local
1385 rc |= tipc_link_input(l, iskb, inputq, reasm_skb); in tipc_link_tnl_rcv()
1283 tipc_link_input(struct tipc_link *l, struct sk_buff *skb, struct sk_buff_head *inputq, struct sk_buff **reasm_skb) tipc_link_input() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c1321 struct sk_buff **reasm_skb) in tipc_link_input()
1339 if (tipc_buf_append(reasm_skb, &skb)) { in tipc_link_input()
1342 } else if (!*reasm_skb && !link_is_bc_rcvlink(l)) { in tipc_link_input()
1367 struct sk_buff **reasm_skb = &l->failover_reasm_skb; in tipc_link_tnl_rcv() local
1421 rc |= tipc_link_input(l, iskb, inputq, reasm_skb); in tipc_link_tnl_rcv()
1319 tipc_link_input(struct tipc_link *l, struct sk_buff *skb, struct sk_buff_head *inputq, struct sk_buff **reasm_skb) tipc_link_input() argument

Completed in 8 milliseconds