Home
last modified time | relevance | path

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

/net/sctp/
Dsm_statetable.c65 #define DO_LOOKUP(_max, _type, _table) \ argument
69 if ((event_subtype._type > (_max))) { \
71 _table, event_subtype._type, _max); \
/net/batman-adv/
Dsysfs.c155 #define BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func) \ argument
163 return __batadv_store_uint_attr(buff, count, _min, _max, \
180 #define BATADV_ATTR_SIF_UINT(_name, _mode, _min, _max, _post_func) \ argument
181 static BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func)\