Home
last modified time | relevance | path

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

123

/linux/include/net/
H A Dgenetlink.h78 struct genl_family { struct
133 const struct genl_family *family; argument
327 int genl_register_family(struct genl_family *family);
328 int genl_unregister_family(const struct genl_family *family);
333 const struct genl_family *family, int flags, u8 cmd);
384 const struct genl_family *family, in genlmsg_parse_deprecated()
403 const struct genl_family *family, in genlmsg_parse()
438 const struct genl_family *family, in genlmsg_put_reply()
482 genlmsg_multicast_netns_filtered(const struct genl_family *family, in genlmsg_multicast_netns_filtered()
538 int genlmsg_multicast_allns(const struct genl_family *family,
[all …]
/linux/net/netlink/
H A Dgenetlink.c136 const struct genl_family *family; in genl_family_find_byname()
147 const struct genl_family *family;
458 static struct genl_family genl_ctrl;
699 struct genl_family *family; in genl_release()
960 const struct genl_family *family;
1202 const struct genl_family *family; in genl_rcv_msg()
1356 struct genl_family *rt; in ctrl_dumpfamily()
1519 const struct genl_family *rt;
1539 const struct genl_family *rt; in ctrl_dumppolicy_start()
1818 const struct genl_family *family; in genl_bind()
[all …]
/linux/drivers/net/wireguard/
H 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()
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/fs/smb/client/
H A Dnetlink.h11 extern struct genl_family cifs_genl_family;
H A Dnetlink.c45 struct genl_family cifs_genl_family = {
/linux/net/handshake/
H A Dgenl.h22 extern struct genl_family handshake_nl_family;
H A Dgenl.c48 struct genl_family handshake_nl_family __ro_after_init = {
/linux/net/smc/
H A Dsmc_netlink.h18 extern struct genl_family smc_gen_nl_family;
H A Dsmc_netlink.c136 struct genl_family smc_gen_nl_family __ro_after_init = {
/linux/net/batman-adv/
H A Dnetlink.h24 extern struct genl_family batadv_netlink_family;
/linux/net/tipc/
H A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/linux/fs/nfsd/
H A Dnetlink.h30 extern struct genl_family nfsd_nl_family;
H A Dnetlink.c90 struct genl_family nfsd_nl_family __ro_after_init = {
/linux/net/core/
H A Dnetdev-genl-gen.h39 extern struct genl_family netdev_nl_family;
H A Dnetdev-genl-gen.c161 struct genl_family netdev_nl_family __ro_after_init = {
/linux/net/openvswitch/
H A Dmeter.h56 extern struct genl_family dp_meter_genl_family;
H A Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
/linux/drivers/dpll/
H A Ddpll_nl.h47 extern struct genl_family dpll_nl_family;
/linux/drivers/regulator/
H A Devent.c21 static struct genl_family reg_event_genl_family __ro_after_init = {
/linux/fs/quota/
H A Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/linux/net/ipv6/ila/
H A Dila.h123 extern struct genl_family ila_nl_family;
H A Dila_main.c46 struct genl_family ila_nl_family __ro_after_init = {
/linux/net/ieee802154/
H A Dieee802154.h34 extern struct genl_family nl802154_family;
/linux/drivers/acpi/
H A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/linux/net/netlabel/
H A Dnetlabel_calipso.c49 static struct genl_family netlbl_calipso_gnl_family;
363 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {

123