Home
last modified time | relevance | path

Searched refs:fou_get_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/net/ynl/generated/
H A Dfou-user.h334 struct fou_get_list { struct
335 struct fou_get_list *next; argument
339 void fou_get_list_free(struct fou_get_list *rsp); argument
341 struct fou_get_list *fou_get_dump(struct ynl_sock *ys);
H A Dfou-user.c287 void fou_get_list_free(struct fou_get_list *rsp) in fou_get_list_free()
289 struct fou_get_list *next = rsp; in fou_get_list_free()
301 struct fou_get_list *fou_get_dump(struct ynl_sock *ys) in fou_get_dump()
308 yds.alloc_sz = sizeof(struct fou_get_list); in fou_get_dump()