Home
last modified time | relevance | path

Searched refs:linux_netlink_p (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netlink/
HDnetlink_io.c348 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()
HDnetlink_linux.h52 extern struct linux_netlink_provider *linux_netlink_p;
HDnetlink_message_writer.c332 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()
/freebsd-13-stable/sys/compat/linux/
HDlinux_netlink.c613 linux_netlink_p = &linux_netlink_v1; in linux_netlink_register()
619 linux_netlink_p = NULL; in linux_netlink_deregister()
/freebsd-13-stable/sys/net/
HDroute.c844 void *linux_netlink_p = NULL; /* Callback pointer for Linux translator functions */ variable