Home
last modified time | relevance | path

Searched refs:SOL_ALG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/crypto/
Duserspace-if.rst43 addition, the setsockopt option type is SOL_ALG. In case the user space
51 #ifndef SOL_ALG
52 #define SOL_ALG 279
370 Each setsockopt invocation must use the level SOL_ALG.
/Linux-v5.10/include/linux/
Dsocket.h358 #define SOL_ALG 279 macro
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h358 #define SOL_ALG 279 macro
/Linux-v5.10/crypto/
Daf_alg.c239 if (level != SOL_ALG || !type) in alg_setsockopt()
454 if (cmsg->cmsg_level != SOL_ALG) in af_alg_cmsg_send()