Home
last modified time | relevance | path

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

123

/linux/include/net/
H A Dgenetlink.h78 struct genl_family { struct
134 const struct genl_family *family; argument
313 genl_info_init_ntf(struct genl_info *info, const struct genl_family *family, in genl_info_init_ntf()
329 void *__genl_sk_priv_get(struct genl_family *family, struct sock *sk);
330 void *genl_sk_priv_get(struct genl_family *family, struct sock *sk);
331 int genl_register_family(struct genl_family *family);
332 int genl_unregister_family(const struct genl_family *family);
333 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
337 const struct genl_family *family, int flags, u8 cmd);
388 const struct genl_family *family, in genlmsg_parse_deprecated()
[all …]
/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()
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()
114 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split()
123 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
128 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
130 const struct genl_family *family; in genl_family_find_byname()
141 const struct genl_family *family;
150 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full()
[all …]
/linux/net/handshake/
H A Dgenl.h23 extern struct genl_family handshake_nl_family;
H A Dgenl.c49 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/kernel/power/
H A Dem_netlink_autogen.h26 extern struct genl_family dev_energymodel_nl_family;
H A Dem_netlink_autogen.c51 struct genl_family dev_energymodel_nl_family __ro_after_init = {
/linux/net/tipc/
H A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/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()
738 static struct genl_family dp_packet_genl_family __ro_after_init = {
1563 static struct genl_family dp_flow_genl_family __ro_after_init = {
2109 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2637 struct genl_family dp_vport_genl_family __ro_after_init = { in dp_unregister_genl()
2653 static struct genl_family * cons in dp_register_genl()
[all...]
/linux/fs/smb/client/
H A Dnetlink.c45 struct genl_family cifs_genl_family = {
/linux/drivers/regulator/
H A Devent.c21 static struct genl_family reg_event_genl_family __ro_after_init = {
/linux/net/shaper/
H A Dshaper_nl_gen.h50 extern struct genl_family net_shaper_nl_family;
H A Dshaper_nl_gen.c152 struct genl_family net_shaper_nl_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/net/psp/
H A Dpsp-nl-gen.c129 struct genl_family psp_nl_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 = {
/linux/net/l2tp/
H A Dl2tp_netlink.c29 static struct genl_family l2tp_nl_family;
103 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify()
131 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify()
994 static struct genl_family l2tp_nl_family __ro_after_init = {

123