Searched refs:skb_to_free (Results 1 – 4 of 4) sorted by relevance
49 static inline int cvm_oct_adjust_skb_to_free(int skb_to_free, int fau) in cvm_oct_adjust_skb_to_free() argument53 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() local86 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 …]
1128 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local1156 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()
1481 struct sk_buff *skb_to_free; in tcp_v6_rcv() local1608 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()
1811 struct sk_buff *skb_to_free; in tcp_v4_rcv() local1943 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()