Home
last modified time | relevance | path

Searched refs:__SO_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Datm.h62 #define __SO_SIZE(c) ((c) & 0x3fff) macro
/Linux-v6.1/net/atm/
Dcommon.c754 if (__SO_LEVEL_MATCH(optname, level) && optlen != __SO_SIZE(optname)) in vcc_setsockopt()
797 if (__SO_LEVEL_MATCH(optname, level) && len != __SO_SIZE(optname)) in vcc_getsockopt()