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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c200 err = bpf_sk_assign(ctx, sk, BPF_SK_LOOKUP_F_NO_REUSEPORT);
/linux-master/include/uapi/linux/
H A Dbpf.h4389 * * **BPF_SK_LOOKUP_F_NO_REUSEPORT** to skip
6163 BPF_SK_LOOKUP_F_NO_REUSEPORT = (1ULL << 1), enumerator in enum:__anon2650
/linux-master/tools/include/uapi/linux/
H A Dbpf.h4389 * * **BPF_SK_LOOKUP_F_NO_REUSEPORT** to skip
6163 BPF_SK_LOOKUP_F_NO_REUSEPORT = (1ULL << 1), enumerator in enum:__anon3191
/linux-master/net/core/
H A Dfilter.c11408 BPF_SK_LOOKUP_F_NO_REUSEPORT)))
11429 ctx->no_reuseport = flags & BPF_SK_LOOKUP_F_NO_REUSEPORT;

Completed in 352 milliseconds