Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h1936 #define NO_QUEUE_MAPPING USHRT_MAX macro
1943 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
1954 if (val != NO_QUEUE_MAPPING) in sk_tx_queue_get()
1988 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()
1998 if (res != NO_QUEUE_MAPPING) in sk_rx_queue_get()
/linux/net/core/
H A Dfilter.c9640 if (BPF_CLASS(si->code) == BPF_ST && si->imm >= NO_QUEUE_MAPPING) { in bpf_convert_ctx_access()
9646 *insn++ = BPF_JMP_IMM(BPF_JGE, si->src_reg, NO_QUEUE_MAPPING, 1); in bpf_convert_ctx_access()
10083 *insn++ = BPF_JMP_IMM(BPF_JNE, si->dst_reg, NO_QUEUE_MAPPING, in bpf_sock_convert_ctx_access()