Home
last modified time | relevance | path

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

/include/linux/
Dwireless.h1135 #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer) macro
1139 #define IW_EV_COMPAT_CHAR_LEN (IW_EV_COMPAT_LCP_LEN + IFNAMSIZ)
1140 #define IW_EV_COMPAT_UINT_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(__u32))
1141 #define IW_EV_COMPAT_FREQ_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_freq))
1142 #define IW_EV_COMPAT_PARAM_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_param))
1143 #define IW_EV_COMPAT_ADDR_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct sockaddr))
1144 #define IW_EV_COMPAT_QUAL_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_quality))
1146 (IW_EV_COMPAT_LCP_LEN + sizeof(struct compat_iw_point) - \
/include/net/
Diw_handler.h483 return IW_EV_COMPAT_LCP_LEN; in iwe_stream_lcp_len()
503 event_len += IW_EV_COMPAT_LCP_LEN; in iwe_stream_event_len_adjust()