Lines Matching defs:ys

76 ynl_err_walk(struct ynl_sock *ys, void *start, void *end, unsigned int off,  in ynl_err_walk()
139 ynl_ext_ack_check(struct ynl_sock *ys, const struct nlmsghdr *nlh, in ynl_ext_ack_check()
403 static void ynl_err_reset(struct ynl_sock *ys) in ynl_err_reset()
410 struct nlmsghdr *ynl_msg_start(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start()
425 ynl_gemsg_start(struct ynl_sock *ys, __u32 id, __u16 flags, in ynl_gemsg_start()
444 void ynl_msg_start_req(struct ynl_sock *ys, __u32 id) in ynl_msg_start_req()
449 void ynl_msg_start_dump(struct ynl_sock *ys, __u32 id) in ynl_msg_start_dump()
455 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_req()
461 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_dump()
467 int ynl_recv_ack(struct ynl_sock *ys, int ret) in ynl_recv_ack()
498 ynl_get_family_info_mcast(struct ynl_sock *ys, const struct nlattr *mcasts) in ynl_get_family_info_mcast()
535 struct ynl_sock *ys = yarg->ys; in ynl_get_family_info_cb() local
563 static int ynl_sock_read_family(struct ynl_sock *ys, const char *family_name) in ynl_sock_read_family()
604 struct ynl_sock *ys; in ynl_sock_create() local
652 void ynl_sock_destroy(struct ynl_sock *ys) in ynl_sock_destroy()
670 int ynl_subscribe(struct ynl_sock *ys, const char *grp_name) in ynl_subscribe()
694 int ynl_socket_get_fd(struct ynl_sock *ys) in ynl_socket_get_fd()
699 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
714 static int ynl_ntf_parse(struct ynl_sock *ys, const struct nlmsghdr *nlh) in ynl_ntf_parse()
758 int ynl_ntf_check(struct ynl_sock *ys) in ynl_ntf_check()
795 void ynl_error_unknown_notification(struct ynl_sock *ys, __u8 cmd) in ynl_error_unknown_notification()
808 ynl_check_alien(struct ynl_sock *ys, const struct nlmsghdr *nlh, __u32 rsp_cmd) in ynl_check_alien()
837 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec()
900 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump()