Home
last modified time | relevance | path

Searched refs:skb_tmp (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1477 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 Dlan969x.c213 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 Dbat_v_ogm.c271 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 Dlan966x_ptp.c381 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 Dmicrochip_rds_ptp.c372 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 Dmicrel.c4007 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 Dfelix.c1617 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()