Searched defs:iw_cm_id (Results 1 – 2 of 2) sorted by relevance
82 struct iw_cm_id { struct94 void (*add_ref)(struct iw_cm_id *); argument95 void (*rem_ref)(struct iw_cm_id *); argument96 u8 tos;97 bool tos_set:1;98 bool mapped:1;
206 struct iw_cm_id *iw_cm_id; in fill_res_ep_entry() local