Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/octeon/
Dethernet-tx.c49 static inline int cvm_oct_adjust_skb_to_free(int skb_to_free, int fau) in cvm_oct_adjust_skb_to_free() argument
53 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + in cvm_oct_adjust_skb_to_free()
57 skb_to_free = -skb_to_free > MAX_SKB_TO_FREE ? MAX_SKB_TO_FREE : in cvm_oct_adjust_skb_to_free()
58 -skb_to_free; in cvm_oct_adjust_skb_to_free()
59 return skb_to_free; in cvm_oct_adjust_skb_to_free()
74 int skb_to_free; in cvm_oct_free_tx_skbs() local
86 skb_to_free = cvmx_fau_fetch_and_add32(priv->fau + qos * 4, in cvm_oct_free_tx_skbs()
88 skb_to_free = cvm_oct_adjust_skb_to_free(skb_to_free, in cvm_oct_free_tx_skbs()
90 total_freed += skb_to_free; in cvm_oct_free_tx_skbs()
91 if (skb_to_free > 0) { in cvm_oct_free_tx_skbs()
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_hwmp.c1135 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local
1164 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1169 if (skb_to_free) in mesh_nexthop_resolve()
1170 mesh_path_discard_frame(sdata, skb_to_free); in mesh_nexthop_resolve()
/kernel/linux/linux-5.10/net/ipv6/
Dtcp_ipv6.c1607 struct sk_buff *skb_to_free; in tcp_v6_rcv() local
1735 skb_to_free = sk->sk_rx_skb_cache; in tcp_v6_rcv()
1741 skb_to_free = NULL; in tcp_v6_rcv()
1744 if (skb_to_free) in tcp_v6_rcv()
1745 __kfree_skb(skb_to_free); in tcp_v6_rcv()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_ipv4.c1947 struct sk_buff *skb_to_free; in tcp_v4_rcv() local
2082 skb_to_free = sk->sk_rx_skb_cache; in tcp_v4_rcv()
2088 skb_to_free = NULL; in tcp_v4_rcv()
2091 if (skb_to_free) in tcp_v4_rcv()
2092 __kfree_skb(skb_to_free); in tcp_v4_rcv()