Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c1139 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local
1168 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1173 if (skb_to_free) in mesh_nexthop_resolve()
1174 mesh_path_discard_frame(sdata, skb_to_free); in mesh_nexthop_resolve()
/net/ipv6/
Dtcp_ipv6.c1629 struct sk_buff *skb_to_free; in tcp_v6_rcv() local
1765 skb_to_free = sk->sk_rx_skb_cache; in tcp_v6_rcv()
1771 skb_to_free = NULL; in tcp_v6_rcv()
1774 if (skb_to_free) in tcp_v6_rcv()
1775 __kfree_skb(skb_to_free); in tcp_v6_rcv()
/net/ipv4/
Dtcp_ipv4.c1979 struct sk_buff *skb_to_free; in tcp_v4_rcv() local
2128 skb_to_free = sk->sk_rx_skb_cache; in tcp_v4_rcv()
2134 skb_to_free = NULL; in tcp_v4_rcv()
2137 if (skb_to_free) in tcp_v4_rcv()
2138 __kfree_skb(skb_to_free); in tcp_v4_rcv()