Home
last modified time | relevance | path

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

/linux-6.12.1/tools/net/ynl/lib/
Dynl.h75 struct ynl_ntf_base_type *ntf_first; member
120 return ys->ntf_last_next != &ys->ntf_first; in ynl_has_ntf()
Dynl.c676 ys->ntf_last_next = &ys->ntf_first; in ynl_sock_create()
781 ntf = ys->ntf_first; in ynl_ntf_dequeue()
782 ys->ntf_first = ntf->next; in ynl_ntf_dequeue()
784 ys->ntf_last_next = &ys->ntf_first; in ynl_ntf_dequeue()