Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h39 #define SO_PRIORITY 0x000c macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h33 #define SO_PRIORITY 0x400c macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h32 #define SO_PRIORITY 12 macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h41 #define SO_PRIORITY 12 macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h29 #define SO_PRIORITY 12 macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h33 #define SO_PRIORITY 12 macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h23 #define SO_PRIORITY 12 macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h49 #define SO_PRIORITY 12 macro
/Linux-v4.19/Documentation/networking/
Dti-cpsw.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
Ddccp.txt56 a higher packet priority (similar to SO_PRIORITY). This ancillary data needs to
/Linux-v4.19/samples/bpf/
Dtest_cgrp2_sock.c158 rc = getsockopt(sd, SOL_SOCKET, SO_PRIORITY, &prio, &optlen); in get_priority()
/Linux-v4.19/Documentation/cgroup-v1/
Dnet_prio.txt9 SO_PRIORITY socket option. This however, is not always possible because:
/Linux-v4.19/net/core/
Dsock.c774 case SO_PRIORITY: in sock_setsockopt()
1167 case SO_PRIORITY: in sock_getsockopt()
Dfilter.c3923 case SO_PRIORITY: in BPF_CALL_5()