Searched refs:skb_to_free (Results 1 – 3 of 3) sorted by relevance
1138 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local1167 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()
1514 struct sk_buff *skb_to_free; in tcp_v6_rcv() local1641 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()
1837 struct sk_buff *skb_to_free; in tcp_v4_rcv() local1969 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()