Searched refs:ynl_dump_list_type (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/net/ynl/lib/
H A Dynl.c849 struct ynl_dump_list_type *YNL_LIST_END = (void *)(0xb4d123);
918 struct ynl_dump_list_type *obj;
H A Dynl-priv.h62 struct ynl_dump_list_type { struct
63 struct ynl_dump_list_type *next;
66 extern struct ynl_dump_list_type *YNL_LIST_END;
72 uptr -= offsetof(struct ynl_dump_list_type, data);
79 struct ynl_dump_list_type *list;
81 uptr -= offsetof(struct ynl_dump_list_type, data);
84 uptr += offsetof(struct ynl_dump_list_type, data);
115 struct ynl_dump_list_type *last;

Completed in 186 milliseconds