Home
last modified time | relevance | path

Searched refs:sender_cpu (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/net/core/
Ddev.c3608 unsigned int tci = skb->sender_cpu - 1; in get_xps_queue()
3670 u32 sender_cpu = skb->sender_cpu - 1; in netdev_core_pick_tx() local
3672 if (sender_cpu >= (u32)NR_CPUS) in netdev_core_pick_tx()
3673 skb->sender_cpu = raw_smp_processor_id() + 1; in netdev_core_pick_tx()
Dskbuff.c969 CHECK_SKB_FIELD(sender_cpu); in __copy_skb_header()
/Linux-v5.4/include/linux/
Dskbuff.h845 unsigned int sender_cpu; member
/Linux-v5.4/net/packet/
Daf_packet.c280 skb->sender_cpu = cpu + 1; in packet_pick_tx_queue()