Home
last modified time | relevance | path

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

123

/linux-6.1.9/include/net/
Dgenetlink.h60 struct genl_family { struct
191 const struct genl_family *family;
202 int genl_register_family(struct genl_family *family);
203 int genl_unregister_family(const struct genl_family *family);
204 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
208 const struct genl_family *family, int flags, u8 cmd);
233 const struct genl_family *family, in genlmsg_parse_deprecated()
252 const struct genl_family *family, in genlmsg_parse()
287 const struct genl_family *family, in genlmsg_put_reply()
324 static inline int genlmsg_multicast_netns(const struct genl_family *family, in genlmsg_multicast_netns()
[all …]
/linux-6.1.9/net/netlink/
Dgenetlink.c87 static int genl_ctrl_event(int event, const struct genl_family *family,
92 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy()
104 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
109 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
111 const struct genl_family *family; in genl_family_find_byname()
121 static int genl_get_cmd_cnt(const struct genl_family *family) in genl_get_cmd_cnt()
126 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full()
139 static int genl_get_cmd_full(u32 cmd, const struct genl_family *family, in genl_get_cmd_full()
153 static void genl_op_from_small(const struct genl_family *family, in genl_op_from_small()
170 static int genl_get_cmd_small(u32 cmd, const struct genl_family *family, in genl_get_cmd_small()
[all …]
/linux-6.1.9/drivers/net/wireguard/
Dnetlink.c20 static struct genl_family genl_family; variable
226 &genl_family, NLM_F_MULTI, WG_CMD_GET_DEVICE); in wg_get_device_dump()
620 static struct genl_family genl_family __ro_after_init = {
634 return genl_register_family(&genl_family); in wg_genetlink_init()
639 genl_unregister_family(&genl_family); in wg_genetlink_uninit()
/linux-6.1.9/fs/dlm/
Dnetlink.c16 static struct genl_family family;
73 static struct genl_family family __ro_after_init = {
/linux-6.1.9/fs/cifs/
Dnetlink.h11 extern struct genl_family cifs_genl_family;
Dnetlink.c45 struct genl_family cifs_genl_family = {
/linux-6.1.9/net/smc/
Dsmc_netlink.h18 extern struct genl_family smc_gen_nl_family;
Dsmc_netlink.c136 struct genl_family smc_gen_nl_family __ro_after_init = {
/linux-6.1.9/net/tipc/
Dnetlink.h40 extern struct genl_family tipc_genl_family;
/linux-6.1.9/net/batman-adv/
Dnetlink.h30 extern struct genl_family batadv_netlink_family;
/linux-6.1.9/net/openvswitch/
Dmeter.h57 extern struct genl_family dp_meter_genl_family;
Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
Ddatapath.c53 static struct genl_family dp_packet_genl_family;
54 static struct genl_family dp_flow_genl_family;
55 static struct genl_family dp_datapath_genl_family;
73 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify()
80 static void ovs_notify(struct genl_family *family, in ovs_notify()
685 static struct genl_family dp_packet_genl_family __ro_after_init = {
1510 static struct genl_family dp_flow_genl_family __ro_after_init = {
2056 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2544 struct genl_family dp_vport_genl_family __ro_after_init = {
2560 static struct genl_family * const dp_genl_families[] = {
Ddatapath.h254 extern struct genl_family dp_vport_genl_family;
/linux-6.1.9/fs/quota/
Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/linux-6.1.9/net/ipv6/ila/
Dila.h123 extern struct genl_family ila_nl_family;
Dila_main.c47 struct genl_family ila_nl_family __ro_after_init = {
/linux-6.1.9/net/ieee802154/
Dieee802154.h34 extern struct genl_family nl802154_family;
Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/linux-6.1.9/drivers/acpi/
Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/linux-6.1.9/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 = {
/linux-6.1.9/net/ipv6/
Dseg6.c137 static struct genl_family seg6_genl_family;
497 static struct genl_family seg6_genl_family __ro_after_init = {
/linux-6.1.9/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-6.1.9/net/hsr/
Dhsr_netlink.c176 static struct genl_family hsr_genl_family;
513 static struct genl_family hsr_genl_family __ro_after_init = {
/linux-6.1.9/net/l2tp/
Dl2tp_netlink.c29 static struct genl_family l2tp_nl_family;
102 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify()
130 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify()
982 static struct genl_family l2tp_nl_family __ro_after_init = {

123