Searched refs:lte_event (Results 1 – 1 of 1) sorted by relevance
53 } lte_event; variable525 return netlink_send(lte_event.sock, idx, 0, buf, in gdm_lte_event_send()543 if (lte_event.ref_cnt == 0) in gdm_lte_event_init()544 lte_event.sock = netlink_init(NETLINK_LTE, gdm_lte_event_rcv); in gdm_lte_event_init()546 if (lte_event.sock) { in gdm_lte_event_init()547 lte_event.ref_cnt++; in gdm_lte_event_init()557 if (lte_event.sock && --lte_event.ref_cnt == 0) { in gdm_lte_event_exit()558 netlink_exit(lte_event.sock); in gdm_lte_event_exit()559 lte_event.sock = NULL; in gdm_lte_event_exit()