Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_hwmp.c1138 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local
1167 skb_to_free = skb_dequeue(&mpath->frame_queue); in mesh_nexthop_resolve()
1172 if (skb_to_free) in mesh_nexthop_resolve()
1173 mesh_path_discard_frame(sdata, skb_to_free); in mesh_nexthop_resolve()
/net/ipv6/
Dtcp_ipv6.c1514 struct sk_buff *skb_to_free; in tcp_v6_rcv() local
1641 skb_to_free = sk->sk_rx_skb_cache; in tcp_v6_rcv()
1647 skb_to_free = NULL; in tcp_v6_rcv()
1650 if (skb_to_free) in tcp_v6_rcv()
1651 __kfree_skb(skb_to_free); in tcp_v6_rcv()
/net/ipv4/
Dtcp_ipv4.c1837 struct sk_buff *skb_to_free; in tcp_v4_rcv() local
1969 skb_to_free = sk->sk_rx_skb_cache; in tcp_v4_rcv()
1975 skb_to_free = NULL; in tcp_v4_rcv()
1978 if (skb_to_free) in tcp_v4_rcv()
1979 __kfree_skb(skb_to_free); in tcp_v4_rcv()