Searched refs:nl_to_ts (Results 1 – 2 of 2) sorted by relevance
531 static struct sock *nl_to_ts = NULL; variable25984 nl_to_ts = netlink_kernel_create(&init_net, BCM_NL_TS, &dhd_netlink_ts); in dhd_create_to_notifier_ts()25986 if (!nl_to_ts) { in dhd_create_to_notifier_ts()26003 if (nl_to_ts) { in dhd_destroy_to_notifier_ts()26004 netlink_kernel_release(nl_to_ts); in dhd_destroy_to_notifier_ts()26005 nl_to_ts = NULL; in dhd_destroy_to_notifier_ts()26057 if ((ret = nlmsg_unicast(nl_to_ts, skb_out, sender_pid_ts)) < 0) { in dhd_send_msg_to_ts()
532 static struct sock *nl_to_ts = NULL; variable25873 nl_to_ts = netlink_kernel_create(&init_net, BCM_NL_TS, &dhd_netlink_ts); in dhd_create_to_notifier_ts()25875 if (!nl_to_ts) { in dhd_create_to_notifier_ts()25892 if (nl_to_ts) { in dhd_destroy_to_notifier_ts()25893 netlink_kernel_release(nl_to_ts); in dhd_destroy_to_notifier_ts()25894 nl_to_ts = NULL; in dhd_destroy_to_notifier_ts()25946 if ((ret = nlmsg_unicast(nl_to_ts, skb_out, sender_pid_ts)) < 0) { in dhd_send_msg_to_ts()