Searched refs:yf (Results 1 – 2 of 2) sorted by relevance
736 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *yse) in ynl_sock_create() argument749 ys->family = yf; in ynl_sock_create()754 sock_type = yf->is_classic ? yf->classic_id : NETLINK_GENERIC; in ynl_sock_create()789 if (yf->is_classic) { in ynl_sock_create()790 ys->family_id = yf->classic_id; in ynl_sock_create()791 } else if (ynl_sock_read_family(ys, yf->name)) { in ynl_sock_create()
104 ynl_sock_create(const struct ynl_family *yf, struct ynl_error *e); in ynl_dump_empty()