Searched refs:SOL_SCTP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsocket.h352 #define SOL_SCTP 132 macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h352 #define SOL_SCTP 132 macro
/linux-master/net/sctp/
H A Dsocket.c4581 * semantics of setsockopt() with a level OTHER THAN SOL_SCTP
4584 if (level != SOL_SCTP) {
8069 * semantics of getsockopt() with a level OTHER THAN SOL_SCTP
8072 if (level != SOL_SCTP) {
8295 if (level == SOL_SCTP) {

Completed in 191 milliseconds