Home
last modified time | relevance | path

Searched refs:genl_family (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.4/include/net/
Dgenetlink.h52 struct genl_family { struct
78 struct nlattr **genl_family_attrbuf(const struct genl_family *family); argument
153 int genl_register_family(struct genl_family *family);
154 int genl_unregister_family(const struct genl_family *family);
155 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
159 const struct genl_family *family, int flags, u8 cmd);
184 const struct genl_family *family, in genlmsg_parse_deprecated()
203 const struct genl_family *family, in genlmsg_parse()
238 const struct genl_family *family, in genlmsg_put_reply()
275 static inline int genlmsg_multicast_netns(const struct genl_family *family, in genlmsg_multicast_netns()
[all …]
/Linux-v5.4/net/netlink/
Dgenetlink.c89 static int genl_ctrl_event(int event, const struct genl_family *family,
93 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
98 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
100 const struct genl_family *family; in genl_family_find_byname()
111 const struct genl_family *family) in genl_get_cmd()
182 static struct genl_family genl_ctrl;
184 static int genl_validate_assign_mc_groups(struct genl_family *family) in genl_validate_assign_mc_groups()
262 static void genl_unregister_mc_groups(const struct genl_family *family) in genl_unregister_mc_groups()
287 static int genl_validate_ops(const struct genl_family *family) in genl_validate_ops()
322 int genl_register_family(struct genl_family *family) in genl_register_family()
[all …]
/Linux-v5.4/fs/dlm/
Dnetlink.c16 static struct genl_family family;
73 static struct genl_family family __ro_after_init = {
/Linux-v5.4/net/batman-adv/
Dnetlink.h30 extern struct genl_family batadv_netlink_family;
/Linux-v5.4/net/tipc/
Dnetlink.h40 extern struct genl_family tipc_genl_family;
Dnetlink.c259 struct genl_family tipc_genl_family __ro_after_init = {
/Linux-v5.4/net/openvswitch/
Dmeter.h45 extern struct genl_family dp_meter_genl_family;
Dconntrack.h102 extern struct genl_family dp_ct_limit_genl_family;
Ddatapath.c51 static struct genl_family dp_packet_genl_family;
52 static struct genl_family dp_flow_genl_family;
53 static struct genl_family dp_datapath_genl_family;
71 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify()
78 static void ovs_notify(struct genl_family *family, in ovs_notify()
641 static struct genl_family dp_packet_genl_family __ro_after_init = {
1444 static struct genl_family dp_flow_genl_family __ro_after_init = {
1866 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2329 struct genl_family dp_vport_genl_family __ro_after_init = {
2344 static struct genl_family * const dp_genl_families[] = {
Ddatapath.h219 extern struct genl_family dp_vport_genl_family;
/Linux-v5.4/net/wimax/
Dwimax-internal.h76 extern struct genl_family wimax_gnl_family;
/Linux-v5.4/net/psample/
Dpsample.c34 static struct genl_family psample_nl_family __ro_after_init;
106 static struct genl_family psample_nl_family __ro_after_init = {
/Linux-v5.4/fs/quota/
Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/Linux-v5.4/net/ipv6/ila/
Dila_main.c47 struct genl_family ila_nl_family __ro_after_init = {
Dila.h128 extern struct genl_family ila_nl_family;
/Linux-v5.4/net/ieee802154/
Dieee802154.h34 extern struct genl_family nl802154_family;
Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/Linux-v5.4/net/ipv6/
Dseg6.c68 static struct genl_family seg6_genl_family;
422 static struct genl_family seg6_genl_family __ro_after_init = {
/Linux-v5.4/net/netlabel/
Dnetlabel_calipso.c49 static struct genl_family netlbl_calipso_gnl_family;
338 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {
Dnetlabel_cipso_v4.c48 static struct genl_family netlbl_cipsov4_gnl_family;
758 static struct genl_family netlbl_cipsov4_gnl_family __ro_after_init = {
/Linux-v5.4/drivers/acpi/
Devent.c86 static struct genl_family acpi_event_genl_family __ro_after_init = {
/Linux-v5.4/net/hsr/
Dhsr_netlink.c130 static struct genl_family hsr_genl_family;
454 static struct genl_family hsr_genl_family __ro_after_init = {
/Linux-v5.4/include/linux/
Dgenl_magic_func.h252 static struct genl_family ZZZ_genl_family;
286 static struct genl_family ZZZ_genl_family __ro_after_init = {
/Linux-v5.4/net/l2tp/
Dl2tp_netlink.c31 static struct genl_family l2tp_nl_family;
104 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify()
132 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify()
971 static struct genl_family l2tp_nl_family __ro_after_init = {
/Linux-v5.4/kernel/
Dtaskstats.c35 static struct genl_family family;
677 static struct genl_family family __ro_after_init = {

123