Searched refs:drop_skb (Results 1 – 7 of 7) sorted by relevance
42 static struct sk_buff *drop_skb; variable63 kfree_skb(drop_skb); in update_drop_skb()64 drop_skb = new; in update_drop_skb()82 drop_skb->dev = dev; in uml_net_rx()84 (*lp->read)(lp->fd, drop_skb, lp); in uml_net_rx()
368 goto drop_skb; in t7xx_port_proxy_recv_skb()374 goto drop_skb; in t7xx_port_proxy_recv_skb()391 drop_skb: in t7xx_port_proxy_recv_skb()
732 goto drop_skb; in prestera_sdma_xmit()740 goto drop_skb; in prestera_sdma_xmit()767 drop_skb: in prestera_sdma_xmit()
804 goto drop_skb; in owl_emac_rx_process()811 goto drop_skb; in owl_emac_rx_process()817 goto drop_skb; in owl_emac_rx_process()823 goto drop_skb; in owl_emac_rx_process()840 drop_skb: in owl_emac_rx_process()
1927 goto drop_skb; in es58x_start_xmit()1934 goto drop_skb; in es58x_start_xmit()1942 goto drop_skb; in es58x_start_xmit()1964 drop_skb: in es58x_start_xmit()
1428 goto drop_skb; in slic_xmit()1454 drop_skb: in slic_xmit()
2750 bool drop_skb; in unix_stream_read_generic() local2845 drop_skb = !unix_skb_len(skb); in unix_stream_read_generic()2856 if (drop_skb) { in unix_stream_read_generic()
Completed in 29 milliseconds