Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A 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 …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1605 struct sk_buff *skb_to_free; in tcp_v6_rcv() local
1733 skb_to_free = sk->sk_rx_skb_cache; in tcp_v6_rcv()
1739 skb_to_free = NULL; in tcp_v6_rcv()
1742 if (skb_to_free) in tcp_v6_rcv()
1743 __kfree_skb(skb_to_free); in tcp_v6_rcv()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1938 struct sk_buff *skb_to_free; in tcp_v4_rcv() local
2073 skb_to_free = sk->sk_rx_skb_cache; in tcp_v4_rcv()
2079 skb_to_free = NULL; in tcp_v4_rcv()
2082 if (skb_to_free) in tcp_v4_rcv()
2083 __kfree_skb(skb_to_free); in tcp_v4_rcv()