Searched refs:skb_to_free (Results 1 – 3 of 3) sorted by relevance
1139 struct sk_buff *skb_to_free = NULL; in mesh_nexthop_resolve() local1168 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()
1629 struct sk_buff *skb_to_free; in tcp_v6_rcv() local1765 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()
1979 struct sk_buff *skb_to_free; in tcp_v4_rcv() local2128 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()