Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Datm.h62 #define __SO_SIZE(c) ((c) & 0x3fff) macro
/openbmc/linux/net/atm/
H A 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()