Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/asm-generic/
Dsocket.h24 #define SO_PRIORITY 12 macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dsocket.h39 #define SO_PRIORITY 0x000c macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsocket.h34 #define SO_PRIORITY 0x400c macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dsocket.h42 #define SO_PRIORITY 12 macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dsocket.h24 #define SO_PRIORITY 12 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dsocket.h50 #define SO_PRIORITY 12 macro
/Linux-v5.4/Documentation/networking/device_drivers/ti/
Dcpsw.txt80 | | SO_PRIORITY=3 | | SO_PRIORITY=2 | | | | | | | | c
246 // Run your appropriate tools with socket option "SO_PRIORITY"
504 // Run appropriate tools with socket option "SO_PRIORITY" to 3
/Linux-v5.4/samples/bpf/
Dtest_cgrp2_sock.c158 rc = getsockopt(sd, SOL_SOCKET, SO_PRIORITY, &prio, &optlen); in get_priority()
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst10 SO_PRIORITY socket option. This however, is not always possible because:
/Linux-v5.4/Documentation/networking/
Ddccp.txt56 a higher packet priority (similar to SO_PRIORITY). This ancillary data needs to
/Linux-v5.4/net/core/
Dsock.c866 case SO_PRIORITY: in sock_setsockopt()
1300 case SO_PRIORITY: in sock_getsockopt()
Dfilter.c4273 case SO_PRIORITY: in BPF_CALL_5()