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 …]
1135 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local1164 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()
1607 struct sk_buff *skb_to_free; in tcp_v6_rcv() local1735 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()
1947 struct sk_buff *skb_to_free; in tcp_v4_rcv() local2082 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()