Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h82 struct ynl_ntf_base_type **ntf_last_next; member
114 return ys->ntf_last_next != &ys->ntf_first; in ynl_has_ntf()
H A Dynl.c599 ys->ntf_last_next = &ys->ntf_first; in ynl_sock_create()
692 if (ys->ntf_last_next == &ntf->next) in ynl_ntf_dequeue()
693 ys->ntf_last_next = &ys->ntf_first; in ynl_ntf_dequeue()
725 *ys->ntf_last_next = rsp; in ynl_ntf_parse()
726 ys->ntf_last_next = &rsp->next; in ynl_ntf_parse()