Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h81 struct ynl_ntf_base_type *ntf_first; 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()
690 ntf = ys->ntf_first; in ynl_ntf_dequeue()
691 ys->ntf_first = ntf->next; in ynl_ntf_dequeue()
693 ys->ntf_last_next = &ys->ntf_first; in ynl_ntf_dequeue()