Searched refs:SO_PRIORITY (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A 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/testing/selftests/bpf/progs/ |
| A D | lsm_cgroup.c | 66 if (bpf_setsockopt(sk, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in real_create() 71 if (bpf_getsockopt(sk, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in real_create() 175 if (bpf_setsockopt(newsk, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in BPF_PROG() 180 if (bpf_getsockopt(newsk, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in BPF_PROG()
|
| A D | bind4_prog.c | 148 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v4_prog()
|
| A D | bpf_tracing_net.h | 16 #define SO_PRIORITY 12 macro
|
| A D | bind6_prog.c | 162 if (misc_opts(ctx, SO_MARK) || misc_opts(ctx, SO_PRIORITY)) in bind_v6_prog()
|
| A D | setget_sockopt.c | 42 { .opt = SO_PRIORITY, .new = 0xeb9f, .expected = 0xeb9f, },
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | lsm_cgroup.c | 189 ASSERT_GE(getsockopt(fd, SOL_SOCKET, SO_PRIORITY, &prio, &socklen), 0, in test_lsm_cgroup_functional() 225 ASSERT_GE(getsockopt(accepted_fd, SOL_SOCKET, SO_PRIORITY, &prio, &socklen), 0, in test_lsm_cgroup_functional() 280 ASSERT_GE(getsockopt(fd, SOL_SOCKET, SO_PRIORITY, &prio, &socklen), 0, in test_lsm_cgroup_functional()
|
| A D | sock_create.c | 46 .optname = SO_PRIORITY, 67 .optname = SO_PRIORITY,
|
| A D | tc_netkit.c | 156 ret = setsockopt(sock, SOL_SOCKET, SO_PRIORITY, in __send_icmp()
|
| /tools/include/uapi/asm-generic/ |
| A D | socket.h | 24 #define SO_PRIORITY 12 macro
|
| /tools/testing/selftests/net/ |
| A D | so_rcv_listener.c | 50 opt.name = SO_PRIORITY; in parse_args()
|
| A D | cmsg_sender.c | 269 SOL_SOCKET, SO_PRIORITY, &opt.priority); in cs_write_cmsg() 423 setsockopt(fd, SOL_SOCKET, SO_PRIORITY, in ca_set_sockopts()
|
Completed in 83 milliseconds