Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.h17 struct ynl_ntf_base_type;
81 struct ynl_ntf_base_type *ntf_first;
82 struct ynl_ntf_base_type **ntf_last_next;
116 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys);
118 void ynl_ntf_free(struct ynl_ntf_base_type *ntf);
184 struct ynl_ntf_base_type { struct
187 struct ynl_ntf_base_type *next; argument
188 void (*free)(struct ynl_ntf_base_type *ntf); argument
226 void (*free)(struct ynl_ntf_base_type *ntf);
H A Dynl.c638 struct ynl_ntf_base_type *ntf; in ynl_sock_destroy()
649 void ynl_ntf_free(struct ynl_ntf_base_type *ntf) in ynl_ntf_free()
683 struct ynl_ntf_base_type *ynl_ntf_dequeue(struct ynl_sock *ys) in ynl_ntf_dequeue()
685 struct ynl_ntf_base_type *ntf; in ynl_ntf_dequeue()
702 struct ynl_ntf_base_type *rsp; in ynl_ntf_parse()
/openbmc/linux/tools/net/ynl/generated/
H A Dnetdev-user.h80 struct ynl_ntf_base_type *next;
H A Dhandshake-user.h91 struct ynl_ntf_base_type *next;
H A Dethtool-user.h488 struct ynl_ntf_base_type *next;
728 struct ynl_ntf_base_type *next;
1145 struct ynl_ntf_base_type *next;
1345 struct ynl_ntf_base_type *next;
1562 struct ynl_ntf_base_type *next;
1859 struct ynl_ntf_base_type *next;
2088 struct ynl_ntf_base_type *next;
2411 struct ynl_ntf_base_type *next;
2713 struct ynl_ntf_base_type *next;
3140 struct ynl_ntf_base_type *next;
[all …]
/openbmc/linux/tools/net/ynl/samples/
H A Dnetdev.c52 struct ynl_ntf_base_type *ntf; in main()
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dintro-specs.rst157 type upfront the notifications are returned as ``struct ynl_ntf_base_type *``