Home
last modified time | relevance | path

Searched refs:SO_LOCK_FILTER (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h63 #define SO_LOCK_FILTER 0x0028 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h70 #define SO_LOCK_FILTER 44 macro
/linux/include/uapi/asm-generic/
H A Dsocket.h70 #define SO_LOCK_FILTER 44 macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h75 #define SO_LOCK_FILTER 44 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h67 #define SO_LOCK_FILTER 0x4025 macro
/linux/Documentation/networking/
H A Dfilter.rst44 SO_LOCK_FILTER option allows to lock the filter attached to a socket. Once
155 and SO_LOCK_FILTER for preventing the filter to be detached, takes an
165 * setsockopt(sockfd, SOL_SOCKET, SO_LOCK_FILTER, &val, sizeof(val));
/linux/net/core/
H A Dsock.c1507 case SO_LOCK_FILTER: in sk_setsockopt()
2042 case SO_LOCK_FILTER: in sk_getsockopt()