Home
last modified time | relevance | path

Searched refs:ynl_sock_create (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/tools/net/ynl/samples/
Dovs.c14 ys = ynl_sock_create(&ynl_ovs_datapath_family, NULL); in main()
Ddevlink.c14 ys = ynl_sock_create(&ynl_devlink_family, NULL); in main()
Dethtool.c19 ys = ynl_sock_create(&ynl_ethtool_family, NULL); in main()
Dnetdev.c72 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in main()
Dpage-pool.c65 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in main()
/linux-6.12.1/tools/net/ynl/lib/
Dynl.h86 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *e);
Dynl.c661 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *yse) in ynl_sock_create() function
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro-specs.rst96 To create a YNL socket call ynl_sock_create() passing the family
/linux-6.12.1/tools/testing/selftests/net/
Dncdevmem.c168 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_rx_queue()
/linux-6.12.1/Documentation/networking/
Ddevmem.rst114 *ys = ynl_sock_create(&ynl_netdev_family, &yerr);