c4iw_listen_ep
struct c4iw_listen_ep *lep = (struct c4iw_listen_ep *)ep;
add_ep_to_listenlist(struct c4iw_listen_ep *lep);
static int rem_ep_from_listenlist(struct c4iw_listen_ep *lep);
static struct c4iw_listen_ep *
find_real_listen_ep(struct c4iw_listen_ep *master_lep, struct socket *so);
static void process_newconn(struct c4iw_listen_ep *master_lep,
add_ep_to_listenlist(struct c4iw_listen_ep *lep)
struct c4iw_listen_ep *lep = NULL;
struct c4iw_listen_ep *head_lep =
struct c4iw_listen_ep, listen_ep_list);
struct c4iw_listen_ep *lep = to_listen_ep(cm_id);
rem_ep_from_listenlist(struct c4iw_listen_ep *lep)
struct c4iw_listen_ep *
find_real_listen_ep(struct c4iw_listen_ep *master_lep, struct socket *so)
struct c4iw_listen_ep *lep = NULL;
process_newconn(struct c4iw_listen_ep *master_lep, struct socket *new_so)
struct c4iw_listen_ep *real_lep = NULL;
struct c4iw_listen_ep *parent_ep;
static inline struct c4iw_listen_ep *to_listen_ep(struct iw_cm_id *cm_id)