Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h371 #define SOL_ALG 279 macro
/Linux-v6.1/include/linux/
Dsocket.h371 #define SOL_ALG 279 macro
/Linux-v6.1/crypto/
Daf_alg.c240 if (level != SOL_ALG || !type) in alg_setsockopt()
455 if (cmsg->cmsg_level != SOL_ALG) in af_alg_cmsg_send()