Lines Matching defs:ys
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()
488 struct ynl_sock *ys = yarg->ys; in __ynl_sock_read_msgs() local
545 static int ynl_recv_ack(struct ynl_sock *ys, int ret) in ynl_recv_ack()
560 ynl_get_family_info_mcast(struct ynl_sock *ys, const struct nlattr *mcasts) in ynl_get_family_info_mcast()
597 struct ynl_sock *ys = yarg->ys; in ynl_get_family_info_cb() local
625 static int ynl_sock_read_family(struct ynl_sock *ys, const char *family_name) in ynl_sock_read_family()
664 struct ynl_sock *ys; in ynl_sock_create() local
727 void ynl_sock_destroy(struct ynl_sock *ys) in ynl_sock_destroy()
745 int ynl_subscribe(struct ynl_sock *ys, const char *grp_name) in ynl_subscribe()
769 int ynl_socket_get_fd(struct ynl_sock *ys) in ynl_socket_get_fd()
774 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
789 static int ynl_ntf_parse(struct ynl_sock *ys, const struct nlmsghdr *nlh) in ynl_ntf_parse()
832 int ynl_ntf_check(struct ynl_sock *ys) in ynl_ntf_check()
851 void ynl_error_unknown_notification(struct ynl_sock *ys, __u8 cmd) in ynl_error_unknown_notification()
864 ynl_check_alien(struct ynl_sock *ys, const struct nlmsghdr *nlh, __u32 rsp_cmd) in ynl_check_alien()
894 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec()
951 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump()