Searched refs:ynl_sock_create (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 394 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in rxq_num() 447 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in get_ring_config() 475 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in restore_ring_config() 523 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in configure_headersplit() 582 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in check_changing_channels() 706 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_rx_queue() 753 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_tx_queue()
|
| H A D | toeplitz.c | 521 ys = ynl_sock_create(&ynl_ethtool_family, NULL); in read_rss_dev_info_ynl()
|
| /linux/tools/net/ynl/samples/ |
| H A D | ovs.c | |
| H A D | devlink.c | |
| H A D | ethtool.c | |
| H A D | netdev.c | |
| /linux/tools/net/ynl/lib/ |
| H A D | ynl.h | 37 * The main exception to that rule is ynl_sock_create(). 47 * Family description generated by codegen. Pass to ynl_sock_create(). 104 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *e); in ynl_dump_empty()
|
| H A D | ynl.c | 736 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *yse) in ynl_sock_create() function
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 96 To create a YNL socket call ynl_sock_create() passing the family
|