Home
last modified time | relevance | path

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

123

/linux/net/netlink/
H A Dgenetlink.c57 static void genl_op_lock(const struct genl_family *family) in genl_op_lock()
63 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock()
101 static int genl_ctrl_event(int event, const struct genl_family *family,
106 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy()
119 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split()
129 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
134 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
136 const struct genl_family *family; in genl_family_find_byname()
147 const struct genl_family *family;
156 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full()
[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/tipc/
H A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/linux/fs/nfsd/
H A Dnetlink.h29 extern struct genl_family nfsd_nl_family;
H A Dnetlink.c105 struct genl_family nfsd_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;
H A Ddatapath.c54 static struct genl_family dp_packet_genl_family;
55 static struct genl_family dp_flow_genl_family;
56 static struct genl_family dp_datapath_genl_family;
74 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify()
81 static void ovs_notify(struct genl_family *family, in ovs_notify()
708 static struct genl_family dp_packet_genl_family __ro_after_init = {
1533 static struct genl_family dp_flow_genl_family __ro_after_init = {
2081 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2578 struct genl_family dp_vport_genl_family __ro_after_init = {
2594 static struct genl_family * const dp_genl_families[] = {
/linux/net/core/
H A Dnetdev-genl-gen.h43 extern struct genl_family netdev_nl_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.h124 extern struct genl_family ila_nl_family;
H A Dila_main.c46 struct genl_family ila_nl_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 = {
/linux/net/ieee802154/
H A Dieee802154.h34 extern struct genl_family nl802154_family;
H A Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/linux/include/linux/
H A Dgenl_magic_func.h253 static struct genl_family ZZZ_genl_family;
287 static struct genl_family ZZZ_genl_family __ro_after_init = {
/linux/net/ipv6/
H A Dseg6.c135 static struct genl_family seg6_genl_family;
491 static struct genl_family seg6_genl_family __ro_after_init = {

123