Searched defs:_x (Results 1 – 6 of 6) sorted by relevance
37 #define LWM2M_PATH1(_x) #_x argument38 #define LWM2M_PATH2(_x, _y) #_x "/" #_y argument39 #define LWM2M_PATH3(_x, _y, _z) #_x "/" #_y "/" #_z argument40 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
15 #define th_sport(_x) UNALIGNED_GET(&(_x)->th_sport) argument16 #define th_dport(_x) UNALIGNED_GET(&(_x)->th_dport) argument17 #define th_seq(_x) ntohl(UNALIGNED_GET(&(_x)->th_seq)) argument18 #define th_ack(_x) ntohl(UNALIGNED_GET(&(_x)->th_ack)) argument19 #define th_off(_x) ((_x)->th_off) argument20 #define th_flags(_x) UNALIGNED_GET(&(_x)->th_flags) argument21 #define th_win(_x) UNALIGNED_GET(&(_x)->th_win) argument
34 #define ip_get(_x) ((struct net_ipv4_hdr *) net_pkt_ip_data((_x))) argument
555 #define _(_x) case _x: do { s = #_x; goto out; } while (0) in tcp_state_to_str() argument
43 #define _(_x) case _x: return #_x in e1000_reg_to_string() argument
232 #define __LOG_ARG_CAST(_x) (log_arg_t)(_x) argument