Home
last modified time | relevance | path

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

/linux-6.15/tools/net/ynl/lib/
H A Dynl.h59 struct ynl_sock { struct
85 struct ynl_sock * argument
87 void ynl_sock_destroy(struct ynl_sock *ys);
106 int ynl_subscribe(struct ynl_sock *ys, const char *grp_name);
107 int ynl_socket_get_fd(struct ynl_sock *ys);
108 int ynl_ntf_check(struct ynl_sock *ys);
118 static inline bool ynl_has_ntf(struct ynl_sock *ys) in ynl_has_ntf()
122 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys);
H A Dynl.c389 static void ynl_err_reset(struct ynl_sock *ys) in ynl_err_reset()
454 void ynl_msg_start_req(struct ynl_sock *ys, __u32 id) in ynl_msg_start_req()
459 void ynl_msg_start_dump(struct ynl_sock *ys, __u32 id) in ynl_msg_start_dump()
488 struct ynl_sock *ys = yarg->ys; in __ynl_sock_read_msgs()
545 static int ynl_recv_ack(struct ynl_sock *ys, int ret) in ynl_recv_ack()
597 struct ynl_sock *ys = yarg->ys; in ynl_get_family_info_cb()
660 struct ynl_sock *
664 struct ynl_sock *ys; in ynl_sock_create()
727 void ynl_sock_destroy(struct ynl_sock *ys) in ynl_sock_destroy()
769 int ynl_socket_get_fd(struct ynl_sock *ys) in ynl_socket_get_fd()
[all …]
H A Dynl-priv.h57 struct ynl_sock *ys;
98 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version);
100 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version);
128 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
130 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh,
133 void ynl_error_unknown_notification(struct ynl_sock *ys, __u8 cmd);
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c215 struct ynl_sock *ys; in rxq_num()
282 struct ynl_sock *ys; in configure_headersplit()
353 unsigned int n_queue_index, struct ynl_sock **ys) in bind_rx_queue()
462 struct ynl_sock *ys; in do_server()
639 struct ynl_sock *ys; in run_devmem_tests()
/linux-6.15/tools/net/ynl/samples/
H A Dovs.c11 struct ynl_sock *ys; in main()
H A Ddevlink.c12 struct ynl_sock *ys; in main()
H A Dethtool.c17 struct ynl_sock *ys; in main()
H A Dnetdev.c66 struct ynl_sock *ys; in main()
H A Dpage-pool.c63 struct ynl_sock *ys; in main()
/linux-6.15/tools/testing/selftests/net/
H A Dbusy_poller.c224 struct ynl_sock *ys; in setup_queue()