Searched refs:skb_tmp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 1477 struct sk_buff *skb_tmp = NULL; in hinic_run_lp_test() local 1484 skb_tmp = alloc_skb(LP_PKT_LEN, GFP_ATOMIC); in hinic_run_lp_test() 1485 if (!skb_tmp) in hinic_run_lp_test() 1488 test_data = __skb_put(skb_tmp, LP_PKT_LEN); in hinic_run_lp_test() 1498 skb_tmp->queue_mapping = 0; in hinic_run_lp_test() 1499 skb_tmp->ip_summed = CHECKSUM_COMPLETE; in hinic_run_lp_test() 1500 skb_tmp->dev = netdev; in hinic_run_lp_test() 1507 skb = pskb_copy(skb_tmp, GFP_ATOMIC); in hinic_run_lp_test() 1509 dev_kfree_skb_any(skb_tmp); in hinic_run_lp_test() 1520 dev_kfree_skb_any(skb_tmp); in hinic_run_lp_test() [all …]
|
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x.c | 213 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan969x_ptp_irq_handler() local 261 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan969x_ptp_irq_handler()
|
| /linux/net/batman-adv/ |
| H A D | bat_v_ogm.c | 271 struct sk_buff *skb, *skb_tmp; in batadv_v_ogm_send_meshif() local 349 skb_tmp = skb_clone(skb, GFP_ATOMIC); in batadv_v_ogm_send_meshif() 350 if (!skb_tmp) { in batadv_v_ogm_send_meshif() 355 batadv_v_ogm_queue_on_if(bat_priv, skb_tmp, hard_iface); in batadv_v_ogm_send_meshif()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 381 struct sk_buff *skb, *skb_tmp; in lan966x_ptp_txtstamp_old_release() local 385 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_txtstamp_old_release() 484 struct sk_buff *skb, *skb_tmp, *skb_match = NULL; in lan966x_ptp_irq_handler() local 530 skb_queue_walk_safe(&port->tx_skbs, skb, skb_tmp) { in lan966x_ptp_irq_handler()
|
| /linux/drivers/net/phy/ |
| H A D | microchip_rds_ptp.c | 372 struct sk_buff *skb, *skb_tmp; in mchp_rds_ptp_match_skb() local 378 skb_queue_walk_safe(&clock->rx_queue, skb, skb_tmp) { in mchp_rds_ptp_match_skb() 936 struct sk_buff *skb, *skb_tmp; in mchp_rds_ptp_match_tx_skb() local 942 skb_queue_walk_safe(&clock->tx_queue, skb, skb_tmp) { in mchp_rds_ptp_match_tx_skb()
|
| H A D | micrel.c | 4007 struct sk_buff *skb, *skb_tmp; in lan8814_match_tx_skb() local 4013 skb_queue_walk_safe(&ptp_priv->tx_queue, skb, skb_tmp) { in lan8814_match_tx_skb() 4063 struct sk_buff *skb, *skb_tmp; in lan8814_match_skb() local 4069 skb_queue_walk_safe(&ptp_priv->rx_queue, skb, skb_tmp) { in lan8814_match_skb()
|
| /linux/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 1617 struct sk_buff *skb_match = NULL, *skb_tmp; in ocelot_port_purge_txtstamp_skb() local 1625 skb_queue_walk_safe(&ocelot_port->tx_skbs, skb, skb_tmp) { in ocelot_port_purge_txtstamp_skb()
|