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

/linux-master/net/tipc/
H A Dlink.c1306 struct sk_buff **reasm_skb)
1324 if (tipc_buf_append(reasm_skb, &skb)) {
1327 } else if (!*reasm_skb && !link_is_bc_rcvlink(l)) {
1352 struct sk_buff **reasm_skb = &l->failover_reasm_skb; local
1406 rc |= tipc_link_input(l, iskb, inputq, reasm_skb);
1304 tipc_link_input(struct tipc_link *l, struct sk_buff *skb, struct sk_buff_head *inputq, struct sk_buff **reasm_skb) argument

Completed in 212 milliseconds