Searched refs:ynl_sock (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.h | 59 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);
|
D | ynl.c | 77 ynl_err_walk(struct ynl_sock *ys, void *start, void *end, unsigned int off, in ynl_err_walk() 140 ynl_ext_ack_check(struct ynl_sock *ys, const struct nlmsghdr *nlh, in ynl_ext_ack_check() 389 static void ynl_err_reset(struct ynl_sock *ys) in ynl_err_reset() 396 struct nlmsghdr *ynl_msg_start(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start() 416 static int ynl_msg_end(struct ynl_sock *ys, struct nlmsghdr *nlh) in ynl_msg_end() 435 ynl_gemsg_start(struct ynl_sock *ys, __u32 id, __u16 flags, in ynl_gemsg_start() 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() 465 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_req() 471 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_dump() [all …]
|
D | ynl-priv.h | 57 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.12.1/tools/net/ynl/samples/ |
D | ovs.c | 11 struct ynl_sock *ys; in main()
|
D | devlink.c | 12 struct ynl_sock *ys; in main()
|
D | ethtool.c | 17 struct ynl_sock *ys; in main()
|
D | netdev.c | 66 struct ynl_sock *ys; in main()
|
D | page-pool.c | 63 struct ynl_sock *ys; in main()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ncdevmem.c | 162 unsigned int n_queue_index, struct ynl_sock **ys) in bind_rx_queue() 253 struct ynl_sock *ys; in do_server() 469 struct ynl_sock *ys; in run_devmem_tests()
|