Lines Matching refs:ynl_sock

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()
387 static void ynl_err_reset(struct ynl_sock *ys) in ynl_err_reset()
394 struct nlmsghdr *ynl_msg_start(struct ynl_sock *ys, __u32 id, __u16 flags) in ynl_msg_start()
409 ynl_gemsg_start(struct ynl_sock *ys, __u32 id, __u16 flags, in ynl_gemsg_start()
428 void ynl_msg_start_req(struct ynl_sock *ys, __u32 id) in ynl_msg_start_req()
433 void ynl_msg_start_dump(struct ynl_sock *ys, __u32 id) in ynl_msg_start_dump()
439 ynl_gemsg_start_req(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_req()
445 ynl_gemsg_start_dump(struct ynl_sock *ys, __u32 id, __u8 cmd, __u8 version) in ynl_gemsg_start_dump()
451 int ynl_recv_ack(struct ynl_sock *ys, int ret) in ynl_recv_ack()
482 ynl_get_family_info_mcast(struct ynl_sock *ys, const struct nlattr *mcasts) in ynl_get_family_info_mcast()
519 struct ynl_sock *ys = yarg->ys; in ynl_get_family_info_cb()
547 static int ynl_sock_read_family(struct ynl_sock *ys, const char *family_name) in ynl_sock_read_family()
585 struct ynl_sock *
588 struct ynl_sock *ys; in ynl_sock_create()
636 void ynl_sock_destroy(struct ynl_sock *ys) in ynl_sock_destroy()
654 int ynl_subscribe(struct ynl_sock *ys, const char *grp_name) in ynl_subscribe()
678 int ynl_socket_get_fd(struct ynl_sock *ys) in ynl_socket_get_fd()
683 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
698 static int ynl_ntf_parse(struct ynl_sock *ys, const struct nlmsghdr *nlh) in ynl_ntf_parse()
742 int ynl_ntf_check(struct ynl_sock *ys) in ynl_ntf_check()
779 void ynl_error_unknown_notification(struct ynl_sock *ys, __u8 cmd) in ynl_error_unknown_notification()
792 ynl_check_alien(struct ynl_sock *ys, const struct nlmsghdr *nlh, __u32 rsp_cmd) in ynl_check_alien()
821 int ynl_exec(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec()
884 int ynl_exec_dump(struct ynl_sock *ys, struct nlmsghdr *req_nlh, in ynl_exec_dump()