Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dwireless.h39 #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer) macro
43 #define IW_EV_COMPAT_CHAR_LEN (IW_EV_COMPAT_LCP_LEN + IFNAMSIZ)
44 #define IW_EV_COMPAT_UINT_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(__u32))
45 #define IW_EV_COMPAT_FREQ_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_freq))
46 #define IW_EV_COMPAT_PARAM_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_param))
47 #define IW_EV_COMPAT_ADDR_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct sockaddr))
48 #define IW_EV_COMPAT_QUAL_LEN (IW_EV_COMPAT_LCP_LEN + sizeof(struct iw_quality))
50 (IW_EV_COMPAT_LCP_LEN + sizeof(struct compat_iw_point) - \
/linux-6.3-rc2/include/net/
A Diw_handler.h478 return IW_EV_COMPAT_LCP_LEN; in iwe_stream_lcp_len()
498 event_len += IW_EV_COMPAT_LCP_LEN; in iwe_stream_event_len_adjust()
/linux-6.3-rc2/net/wireless/
A Dwext-core.c328 IW_EV_COMPAT_LCP_LEN, /* IW_HEADER_TYPE_NULL */
588 ptr_len = hdr_len - IW_EV_COMPAT_LCP_LEN; in wireless_send_event()

Completed in 6 milliseconds