Home
last modified time | relevance | path

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

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