Home
last modified time | relevance | path

Searched refs:ynl_ntf_base_type (Results 1 – 6 of 6) sorted by relevance

/linux/tools/net/ynl/lib/
H A Dynl.h79 struct ynl_ntf_base_type *ntf_first;
80 struct ynl_ntf_base_type **ntf_last_next;
140 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys);
142 void ynl_ntf_free(struct ynl_ntf_base_type *ntf);
H A Dynl-priv.h93 struct ynl_ntf_base_type { struct
96 struct ynl_ntf_base_type *next; argument
97 void (*free)(struct ynl_ntf_base_type *ntf); argument
133 void (*free)(struct ynl_ntf_base_type *ntf);
H A Dynl.c808 struct ynl_ntf_base_type *ntf; in ynl_sock_destroy()
819 void ynl_ntf_free(struct ynl_ntf_base_type *ntf) in ynl_ntf_free()
853 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
855 struct ynl_ntf_base_type *ntf; in ynl_ntf_dequeue()
872 struct ynl_ntf_base_type *rsp; in ynl_ntf_parse()
/linux/tools/net/ynl/samples/
H A Dnetdev.c64 struct ynl_ntf_base_type *ntf; in main()
H A Drt-link.c57 struct ynl_ntf_base_type *ntf; in rt_link_create_netkit()
/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst157 type upfront the notifications are returned as ``struct ynl_ntf_base_type *``