Searched refs:sender_cpu (Results 1 – 4 of 4) sorted by relevance
4184 unsigned int tci = skb->sender_cpu - 1; in get_xps_queue()4246 u32 sender_cpu = skb->sender_cpu - 1; in netdev_core_pick_tx() local4248 if (sender_cpu >= (u32)NR_CPUS) in netdev_core_pick_tx()4249 skb->sender_cpu = raw_smp_processor_id() + 1; in netdev_core_pick_tx()
1410 CHECK_SKB_FIELD(sender_cpu); in __copy_skb_header()
1014 unsigned int sender_cpu;
319 skb->sender_cpu = cpu + 1; in packet_pick_tx_queue()