Home
last modified time | relevance | path

Searched refs:NO_QUEUE_MAPPING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dsock.h2027 #define NO_QUEUE_MAPPING USHRT_MAX macro
2034 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
2045 if (val != NO_QUEUE_MAPPING) in sk_tx_queue_get()
2079 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()
2089 if (res != NO_QUEUE_MAPPING) in sk_rx_queue_get()
/openbmc/linux/net/core/
H A Dfilter.c9557 if (BPF_CLASS(si->code) == BPF_ST && si->imm >= NO_QUEUE_MAPPING) { in bpf_convert_ctx_access()
9563 *insn++ = BPF_JMP_IMM(BPF_JGE, si->src_reg, NO_QUEUE_MAPPING, 1); in bpf_convert_ctx_access()
10000 *insn++ = BPF_JMP_IMM(BPF_JNE, si->dst_reg, NO_QUEUE_MAPPING, in bpf_sock_convert_ctx_access()