Searched refs:SO_PRIORITY (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/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()
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | socket.h | 34 #define SO_PRIORITY 0x400c macro
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | socket.h | 24 #define SO_PRIORITY 12 macro
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | socket.h | 42 #define SO_PRIORITY 12 macro
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | socket.h | 39 #define SO_PRIORITY 0x000c macro
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | socket.h | 24 #define SO_PRIORITY 12 macro
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | socket.h | 50 #define SO_PRIORITY 12 macro
|
| /Linux-v5.15/net/mptcp/ |
| D | sockopt.c | 88 case SO_PRIORITY: in mptcp_sol_socket_sync_intval() 184 case SO_PRIORITY: in mptcp_setsockopt_sol_socket_int() 321 case SO_PRIORITY: in mptcp_setsockopt_sol_socket()
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw.rst | 89 | | SO_PRIORITY=3 | | SO_PRIORITY=2 | | | | | | | | c 269 // Run your appropriate tools with socket option "SO_PRIORITY" 548 // Run appropriate tools with socket option "SO_PRIORITY" to 3
|
| /Linux-v5.15/samples/bpf/ |
| D | test_cgrp2_sock.c | 158 rc = getsockopt(sd, SOL_SOCKET, SO_PRIORITY, &prio, &optlen); in get_priority()
|
| /Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
| D | net_prio.rst | 10 SO_PRIORITY socket option. This however, is not always possible because:
|
| /Linux-v5.15/Documentation/networking/ |
| D | dccp.rst | 59 a higher packet priority (similar to SO_PRIORITY). This ancillary data needs to
|
| /Linux-v5.15/net/core/ |
| D | sock.c | 1076 case SO_PRIORITY: in sock_setsockopt() 1501 case SO_PRIORITY: in sock_getsockopt()
|
| D | filter.c | 4765 case SO_PRIORITY: in _bpf_setsockopt() 4974 case SO_PRIORITY: in _bpf_getsockopt()
|