Searched refs:_max (Results 1 – 2 of 2) sorted by relevance
/net/sctp/ |
D | sm_statetable.c | 65 #define DO_LOOKUP(_max, _type, _table) \ argument 69 if ((event_subtype._type > (_max))) { \ 71 _table, event_subtype._type, _max); \
|
/net/batman-adv/ |
D | sysfs.c | 155 #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)\
|