Searched refs:SO_PRIORITY (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/ |
D | bpf_sockopt_helpers.h | 15 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/ |
D | socket.h | 24 #define SO_PRIORITY 12 macro
|
/tools/testing/selftests/bpf/progs/ |
D | bind4_prog.c | 148 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v4_prog()
|
D | bind6_prog.c | 162 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v6_prog()
|