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

/linux-master/include/uapi/linux/
H A Datm.h60 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF)) macro
/linux-master/net/atm/
H A Dcommon.c754 if (__SO_LEVEL_MATCH(optname, level) && optlen != __SO_SIZE(optname))
797 if (__SO_LEVEL_MATCH(optname, level) && len != __SO_SIZE(optname))
H A Dsvc.c510 if (!__SO_LEVEL_MATCH(optname, level) || optname != SO_ATMSAP) {

Completed in 109 milliseconds