Home
last modified time | relevance | path

Searched refs:NO_QUEUE_MAPPING (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dsock.h1877 #define NO_QUEUE_MAPPING USHRT_MAX macro
1884 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
1895 if (val != NO_QUEUE_MAPPING) in sk_tx_queue_get()
1907 if (WARN_ON_ONCE(rx_queue == NO_QUEUE_MAPPING)) in sk_rx_queue_set()
1918 sk->sk_rx_queue_mapping = NO_QUEUE_MAPPING; in sk_rx_queue_clear()
1925 if (sk && sk->sk_rx_queue_mapping != NO_QUEUE_MAPPING) in sk_rx_queue_get()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h2015 #define NO_QUEUE_MAPPING USHRT_MAX macro
2022 WRITE_ONCE(sk->sk_tx_queue_mapping, NO_QUEUE_MAPPING); in sk_tx_queue_clear()
2033 if (val != NO_QUEUE_MAPPING) in sk_tx_queue_get()
2067 WRITE_ONCE(sk->sk_rx_queue_mapping, NO_QUEUE_MAPPING); in sk_rx_queue_clear()
2077 if (res != NO_QUEUE_MAPPING) in sk_rx_queue_get()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c9523 if (BPF_CLASS(si->code) == BPF_ST && si->imm >= NO_QUEUE_MAPPING) { in bpf_convert_ctx_access()
9529 *insn++ = BPF_JMP_IMM(BPF_JGE, si->src_reg, NO_QUEUE_MAPPING, 1); in bpf_convert_ctx_access()
9966 *insn++ = BPF_JMP_IMM(BPF_JNE, si->dst_reg, NO_QUEUE_MAPPING, in bpf_sock_convert_ctx_access()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c8507 *insn++ = BPF_JMP_IMM(BPF_JGE, si->src_reg, NO_QUEUE_MAPPING, 1); in bpf_convert_ctx_access()
8944 *insn++ = BPF_JMP_IMM(BPF_JNE, si->dst_reg, NO_QUEUE_MAPPING, in bpf_sock_convert_ctx_access()

Completed in 31 milliseconds