Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Datm.h61 #define __SO_SIZE(c) ((c) & 0x3fff) macro
/linux-4.4.14/net/atm/
Dcommon.c750 if (__SO_LEVEL_MATCH(optname, level) && optlen != __SO_SIZE(optname)) in vcc_setsockopt()
798 if (__SO_LEVEL_MATCH(optname, level) && len != __SO_SIZE(optname)) in vcc_getsockopt()