Searched refs:linux_netlink_p (Results 1 – 5 of 5) sorted by relevance
348 if (__predict_false(nlp->nl_linux && linux_netlink_p != NULL && untranslated)) { in nl_send_one()349 m = linux_netlink_p->mbufs_to_linux(nlp->nl_proto, m, nlp); in nl_send_one()428 if (nlp->nl_linux && linux_netlink_p != NULL) { in nl_receive_message()430 hdr = linux_netlink_p->msg_from_linux(nlp->nl_proto, hdr, npt); in nl_receive_message()
52 extern struct linux_netlink_provider *linux_netlink_p;
332 if (linux_netlink_p != NULL) in nlmsg_write_socket_lbuf()333 m = linux_netlink_p->msgs_to_linux(nlp->nl_proto, data, datalen, nlp); in nlmsg_write_socket_lbuf()
613 linux_netlink_p = &linux_netlink_v1; in linux_netlink_register()619 linux_netlink_p = NULL; in linux_netlink_deregister()
844 void *linux_netlink_p = NULL; /* Callback pointer for Linux translator functions */ variable