Home
last modified time | relevance | path

Searched refs:rx_queue (Results 1 – 5 of 5) sorted by relevance

/include/net/tc_act/
Dtc_skbedit.h100 u16 rx_queue; in tcf_skbedit_rx_queue_mapping() local
103 rx_queue = rcu_dereference(to_skbedit(a)->params)->queue_mapping; in tcf_skbedit_rx_queue_mapping()
106 return rx_queue; in tcf_skbedit_rx_queue_mapping()
/include/linux/
Dvirtio_vsock.h168 struct sk_buff_head rx_queue; member
Dskbuff.h5012 static inline void skb_record_rx_queue(struct sk_buff *skb, u16 rx_queue) in skb_record_rx_queue() argument
5014 skb->queue_mapping = rx_queue + 1; in skb_record_rx_queue()
/include/net/
Dflow_offload.h265 u16 rx_queue; /* FLOW_ACTION_RX_QUEUE_MAPPING */ member
Dsock.h1999 u16 rx_queue = skb_get_rx_queue(skb); in __sk_rx_queue_set() local
2002 unlikely(READ_ONCE(sk->sk_rx_queue_mapping) != rx_queue)) in __sk_rx_queue_set()
2003 WRITE_ONCE(sk->sk_rx_queue_mapping, rx_queue); in __sk_rx_queue_set()