Searched refs:genl_family (Results 1 – 25 of 55) sorted by relevance
123
| /linux/include/net/ |
| H A D | genetlink.h | 78 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 D | genetlink.c | 57 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 D | genl.h | 23 extern struct genl_family handshake_nl_family;
|
| H A D | genl.c | 49 struct genl_family handshake_nl_family __ro_after_init = {
|
| /linux/net/smc/ |
| H A D | smc_netlink.h | 18 extern struct genl_family smc_gen_nl_family;
|
| H A D | smc_netlink.c | 136 struct genl_family smc_gen_nl_family __ro_after_init = {
|
| /linux/kernel/power/ |
| H A D | em_netlink_autogen.h | 26 extern struct genl_family dev_energymodel_nl_family;
|
| H A D | em_netlink_autogen.c | 51 struct genl_family dev_energymodel_nl_family __ro_after_init = {
|
| /linux/net/tipc/ |
| H A D | netlink.h | 40 extern struct genl_family tipc_genl_family;
|
| /linux/net/openvswitch/ |
| H A D | meter.h | 56 extern struct genl_family dp_meter_genl_family;
|
| H A D | conntrack.h | 104 extern struct genl_family dp_ct_limit_genl_family;
|
| H A D | datapath.c | 54 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 D | netlink.c | 45 struct genl_family cifs_genl_family = {
|
| /linux/drivers/regulator/ |
| H A D | event.c | 21 static struct genl_family reg_event_genl_family __ro_after_init = {
|
| /linux/net/shaper/ |
| H A D | shaper_nl_gen.h | 50 extern struct genl_family net_shaper_nl_family;
|
| H A D | shaper_nl_gen.c | 152 struct genl_family net_shaper_nl_family __ro_after_init = {
|
| /linux/fs/quota/ |
| H A D | netlink.c | 16 static struct genl_family quota_genl_family __ro_after_init = {
|
| /linux/net/ipv6/ila/ |
| H A D | ila.h | 124 extern struct genl_family ila_nl_family;
|
| H A D | ila_main.c | 46 struct genl_family ila_nl_family __ro_after_init = {
|
| /linux/net/netlabel/ |
| H A D | netlabel_calipso.c | 49 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 D | ieee802154.h | 34 extern struct genl_family nl802154_family;
|
| H A D | netlink.c | 126 struct genl_family nl802154_family __ro_after_init = {
|
| /linux/net/psp/ |
| H A D | psp-nl-gen.c | 129 struct genl_family psp_nl_family __ro_after_init = {
|
| /linux/net/ipv6/ |
| H A D | seg6.c | 135 static struct genl_family seg6_genl_family; 491 static struct genl_family seg6_genl_family __ro_after_init = {
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 29 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