Home
last modified time | relevance | path

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

123

/Linux-v6.6/include/net/
Dgenetlink.h60 struct genl_family { struct
107 const struct genl_family *family; argument
283 genl_info_init_ntf(struct genl_info *info, const struct genl_family *family, in genl_info_init_ntf()
299 int genl_register_family(struct genl_family *family);
300 int genl_unregister_family(const struct genl_family *family);
301 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
305 const struct genl_family *family, int flags, u8 cmd);
356 const struct genl_family *family, in genlmsg_parse_deprecated()
375 const struct genl_family *family, in genlmsg_parse()
410 const struct genl_family *family, in genlmsg_put_reply()
[all …]
/Linux-v6.6/net/netlink/
Dgenetlink.c55 static void genl_op_lock(const struct genl_family *family) in genl_op_lock()
61 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock()
99 static int genl_ctrl_event(int event, const struct genl_family *family,
104 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy()
117 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split()
127 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
132 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
134 const struct genl_family *family; in genl_family_find_byname()
145 const struct genl_family *family;
154 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full()
[all …]
/Linux-v6.6/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()
624 static struct genl_family genl_family __ro_after_init = {
638 return genl_register_family(&genl_family); in wg_genetlink_init()
643 genl_unregister_family(&genl_family); in wg_genetlink_uninit()
/Linux-v6.6/fs/smb/client/
Dnetlink.h11 extern struct genl_family cifs_genl_family;
Dnetlink.c45 struct genl_family cifs_genl_family = {
/Linux-v6.6/net/core/
Dnetdev-genl-gen.h21 extern struct genl_family netdev_nl_family;
Dnetdev-genl-gen.c38 struct genl_family netdev_nl_family __ro_after_init = {
/Linux-v6.6/net/handshake/
Dgenl.h22 extern struct genl_family handshake_nl_family;
Dgenl.c48 struct genl_family handshake_nl_family __ro_after_init = {
/Linux-v6.6/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-v6.6/net/batman-adv/
Dnetlink.h24 extern struct genl_family batadv_netlink_family;
/Linux-v6.6/net/tipc/
Dnetlink.h40 extern struct genl_family tipc_genl_family;
/Linux-v6.6/net/openvswitch/
Dmeter.h57 extern struct genl_family dp_meter_genl_family;
Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
Ddatapath.c55 static struct genl_family dp_packet_genl_family;
56 static struct genl_family dp_flow_genl_family;
57 static struct genl_family dp_datapath_genl_family;
75 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify()
82 static void ovs_notify(struct genl_family *family, in ovs_notify()
709 static struct genl_family dp_packet_genl_family __ro_after_init = {
1534 static struct genl_family dp_flow_genl_family __ro_after_init = {
2083 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2575 struct genl_family dp_vport_genl_family __ro_after_init = {
2591 static struct genl_family * const dp_genl_families[] = {
/Linux-v6.6/fs/quota/
Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/Linux-v6.6/net/ipv6/ila/
Dila.h123 extern struct genl_family ila_nl_family;
Dila_main.c46 struct genl_family ila_nl_family __ro_after_init = {
/Linux-v6.6/net/ieee802154/
Dieee802154.h34 extern struct genl_family nl802154_family;
Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/Linux-v6.6/drivers/acpi/
Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/Linux-v6.6/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-v6.6/include/linux/
Dgenl_magic_func.h253 static struct genl_family ZZZ_genl_family;
287 static struct genl_family ZZZ_genl_family __ro_after_init = {
/Linux-v6.6/net/ipv6/
Dseg6.c137 static struct genl_family seg6_genl_family;
497 static struct genl_family seg6_genl_family __ro_after_init = {

123