Searched refs:sender_cpu (Results 1 – 4 of 4) sorted by relevance
4058 unsigned int tci = skb->sender_cpu - 1; in get_xps_queue()4120 u32 sender_cpu = skb->sender_cpu - 1; in netdev_core_pick_tx() local4122 if (sender_cpu >= (u32)NR_CPUS) in netdev_core_pick_tx()4123 skb->sender_cpu = raw_smp_processor_id() + 1; in netdev_core_pick_tx()
1160 CHECK_SKB_FIELD(sender_cpu); in __copy_skb_header()
1007 unsigned int sender_cpu;
321 skb->sender_cpu = cpu + 1; in packet_pick_tx_queue()