Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/net/
A Dgenetlink.h60 struct genl_family { struct
252 const struct genl_family *family;
263 int genl_register_family(struct genl_family *family);
264 int genl_unregister_family(const struct genl_family *family);
269 const struct genl_family *family, int flags, u8 cmd);
294 const struct genl_family *family, in genlmsg_parse_deprecated()
313 const struct genl_family *family, in genlmsg_parse()
348 const struct genl_family *family, in genlmsg_put_reply()
403 static inline int genlmsg_multicast(const struct genl_family *family, in genlmsg_multicast()
421 int genlmsg_multicast_allns(const struct genl_family *family,
[all …]
/linux-6.3-rc2/net/netlink/
A Dgenetlink.c122 const struct genl_family *family; in genl_family_find_byname()
133 const struct genl_family *family;
443 static struct genl_family genl_ctrl;
800 const struct genl_family *family;
1055 const struct genl_family *family; in genl_rcv_msg()
1084 static struct genl_family genl_ctrl;
1213 struct genl_family *rt; in ctrl_dumpfamily()
1287 const struct genl_family *res = NULL; in ctrl_getfamily()
1374 const struct genl_family *rt;
1394 const struct genl_family *rt; in ctrl_dumppolicy_start()
[all …]
/linux-6.3-rc2/drivers/net/wireguard/
A 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.3-rc2/fs/dlm/
A Dnetlink.c16 static struct genl_family family;
73 static struct genl_family family __ro_after_init = {
/linux-6.3-rc2/fs/cifs/
A Dnetlink.h11 extern struct genl_family cifs_genl_family;
A Dnetlink.c45 struct genl_family cifs_genl_family = {
/linux-6.3-rc2/net/core/
A Dnetdev-genl-gen.h21 extern struct genl_family netdev_nl_family;
A Dnetdev-genl-gen.c38 struct genl_family netdev_nl_family __ro_after_init = {
/linux-6.3-rc2/net/smc/
A Dsmc_netlink.h18 extern struct genl_family smc_gen_nl_family;
A Dsmc_netlink.c136 struct genl_family smc_gen_nl_family __ro_after_init = {
/linux-6.3-rc2/net/tipc/
A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/linux-6.3-rc2/net/batman-adv/
A Dnetlink.h30 extern struct genl_family batadv_netlink_family;
/linux-6.3-rc2/net/openvswitch/
A Dmeter.h57 extern struct genl_family dp_meter_genl_family;
A Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
A 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()
710 static struct genl_family dp_packet_genl_family __ro_after_init = {
1535 static struct genl_family dp_flow_genl_family __ro_after_init = {
2089 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2589 struct genl_family dp_vport_genl_family __ro_after_init = {
2605 static struct genl_family * const dp_genl_families[] = {
/linux-6.3-rc2/fs/quota/
A Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/linux-6.3-rc2/net/ipv6/ila/
A Dila.h123 extern struct genl_family ila_nl_family;
A Dila_main.c47 struct genl_family ila_nl_family __ro_after_init = {
/linux-6.3-rc2/net/ieee802154/
A Dieee802154.h34 extern struct genl_family nl802154_family;
A Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/linux-6.3-rc2/drivers/acpi/
A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/linux-6.3-rc2/net/netlabel/
A 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.3-rc2/tools/net/ynl/lib/
A Dynl.py287 self.genl_family = genl_family_name_to_id[family_name]
320 if mcast_name not in self.family.genl_family['mcast']:
325 self.family.genl_family['mcast'][mcast_name])
/linux-6.3-rc2/net/ipv6/
A Dseg6.c137 static struct genl_family seg6_genl_family;
497 static struct genl_family seg6_genl_family __ro_after_init = {
/linux-6.3-rc2/include/linux/
A Dgenl_magic_func.h252 static struct genl_family ZZZ_genl_family;
286 static struct genl_family ZZZ_genl_family __ro_after_init = {

Completed in 63 milliseconds

123