Searched refs:_s (Results 1 – 2 of 2) sorted by relevance
140 #define conn_state(_conn, _s) \ argument144 tcp_state_to_str((_s), false)); \145 (_conn)->state = _s; \
332 #define is_tp(_s, _type) do { \ in tp_msg_to_type() argument333 if (is(#_type, _s)) { \ in tp_msg_to_type()
Completed in 10 milliseconds