Searched refs:p_ev (Results 1 – 1 of 1) sorted by relevance
1259 struct in6_clat46_event_nwk_wq_entry *p_ev = NULL; in in6_clat46_event_enqueue_nwk_wq_entry() local1261 MALLOC(p_ev, struct in6_clat46_event_nwk_wq_entry *, in in6_clat46_event_enqueue_nwk_wq_entry()1265 p_ev->nwk_wqe.func = in6_clat46_event_callback; in in6_clat46_event_enqueue_nwk_wq_entry()1266 p_ev->nwk_wqe.is_arg_managed = TRUE; in in6_clat46_event_enqueue_nwk_wq_entry()1267 p_ev->nwk_wqe.arg = &p_ev->in6_clat46_ev_arg; in in6_clat46_event_enqueue_nwk_wq_entry()1269 p_ev->in6_clat46_ev_arg.clat46_event_code = in6_clat46_event_code; in in6_clat46_event_enqueue_nwk_wq_entry()1270 p_ev->in6_clat46_ev_arg.epid = epid; in in6_clat46_event_enqueue_nwk_wq_entry()1271 uuid_copy(p_ev->in6_clat46_ev_arg.euuid, euuid); in in6_clat46_event_enqueue_nwk_wq_entry()1273 nwk_wq_enqueue((struct nwk_wq_entry*)p_ev); in in6_clat46_event_enqueue_nwk_wq_entry()