Lines Matching defs:ys

133 ynl_err_walk(struct ynl_sock *ys, void *start, void *end, unsigned int off,  in ynl_err_walk()
206 ynl_ext_ack_check(struct ynl_sock *ys, const struct nlmsghdr *nlh, in ynl_ext_ack_check()
464 static void ynl_err_reset(struct ynl_sock *ys) in ynl_err_reset()
471 struct nlmsghdr *ynl_msg_start(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start()
491 static int ynl_msg_end(struct ynl_sock *ys, struct nlmsghdr *nlh) in ynl_msg_end()
510 ynl_gemsg_start(struct ynl_sock *ys, __u32 id, __u16 flags, in ynl_gemsg_start()
529 struct nlmsghdr *ynl_msg_start_req(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start_req()
534 struct nlmsghdr *ynl_msg_start_dump(struct ynl_sock *ys, __u32 id) in ynl_msg_start_dump()
540 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_req()
546 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_dump()
563 struct ynl_sock *ys = yarg->ys; in __ynl_sock_read_msgs() local
620 static int ynl_recv_ack(struct ynl_sock *ys, int ret) in ynl_recv_ack()
635 ynl_get_family_info_mcast(struct ynl_sock *ys, const struct nlattr *mcasts) in ynl_get_family_info_mcast()
672 struct ynl_sock *ys = yarg->ys; in ynl_get_family_info_cb() local
700 static int ynl_sock_read_family(struct ynl_sock *ys, const char *family_name) in ynl_sock_read_family()
739 struct ynl_sock *ys; in ynl_sock_create() local
806 void ynl_sock_destroy(struct ynl_sock *ys) in ynl_sock_destroy()
824 int ynl_subscribe(struct ynl_sock *ys, const char *grp_name) in ynl_subscribe()
848 int ynl_socket_get_fd(struct ynl_sock *ys) in ynl_socket_get_fd()
853 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
868 static int ynl_ntf_parse(struct ynl_sock *ys, const struct nlmsghdr *nlh) in ynl_ntf_parse()
919 int ynl_ntf_check(struct ynl_sock *ys) in ynl_ntf_check()
938 void ynl_error_unknown_notification(struct ynl_sock *ys, __u8 cmd) in ynl_error_unknown_notification()
951 ynl_check_alien(struct ynl_sock *ys, const struct nlmsghdr *nlh, __u32 rsp_cmd) in ynl_check_alien()
986 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec()
1043 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump()