Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
/Linux-v5.4/net/mac80211/
Dmesh_hwmp.c1128 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local
1156 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1161 if (skb_to_free) in mesh_nexthop_resolve()
1162 mesh_path_discard_frame(sdata, skb_to_free); in mesh_nexthop_resolve()
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c1481 struct sk_buff *skb_to_free; in tcp_v6_rcv() local
1608 skb_to_free = sk->sk_rx_skb_cache; in tcp_v6_rcv()
1614 skb_to_free = NULL; in tcp_v6_rcv()
1617 if (skb_to_free) in tcp_v6_rcv()
1618 __kfree_skb(skb_to_free); in tcp_v6_rcv()
/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c1811 struct sk_buff *skb_to_free; in tcp_v4_rcv() local
1943 skb_to_free = sk->sk_rx_skb_cache; in tcp_v4_rcv()
1949 skb_to_free = NULL; in tcp_v4_rcv()
1952 if (skb_to_free) in tcp_v4_rcv()
1953 __kfree_skb(skb_to_free); in tcp_v4_rcv()