Home
last modified time | relevance | path

Searched refs:SO_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/
Dbpf_sockopt_helpers.h15 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in get_set_sk_priority()
17 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in get_set_sk_priority()
/tools/include/uapi/asm-generic/
Dsocket.h24 #define SO_PRIORITY 12 macro
/tools/testing/selftests/bpf/progs/
Dbind4_prog.c148 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v4_prog()
Dbind6_prog.c162 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v6_prog()