Searched refs:genl_family (Results 1 – 25 of 51) sorted by relevance
123
| /Linux-v5.4/include/net/ |
| D | genetlink.h | 52 struct genl_family { struct 78 struct nlattr **genl_family_attrbuf(const struct genl_family *family); argument 153 int genl_register_family(struct genl_family *family); 154 int genl_unregister_family(const struct genl_family *family); 155 void genl_notify(const struct genl_family *family, struct sk_buff *skb, 159 const struct genl_family *family, int flags, u8 cmd); 184 const struct genl_family *family, in genlmsg_parse_deprecated() 203 const struct genl_family *family, in genlmsg_parse() 238 const struct genl_family *family, in genlmsg_put_reply() 275 static inline int genlmsg_multicast_netns(const struct genl_family *family, in genlmsg_multicast_netns() [all …]
|
| /Linux-v5.4/net/netlink/ |
| D | genetlink.c | 89 static int genl_ctrl_event(int event, const struct genl_family *family, 93 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid() 98 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname() 100 const struct genl_family *family; in genl_family_find_byname() 111 const struct genl_family *family) in genl_get_cmd() 182 static struct genl_family genl_ctrl; 184 static int genl_validate_assign_mc_groups(struct genl_family *family) in genl_validate_assign_mc_groups() 262 static void genl_unregister_mc_groups(const struct genl_family *family) in genl_unregister_mc_groups() 287 static int genl_validate_ops(const struct genl_family *family) in genl_validate_ops() 322 int genl_register_family(struct genl_family *family) in genl_register_family() [all …]
|
| /Linux-v5.4/fs/dlm/ |
| D | netlink.c | 16 static struct genl_family family; 73 static struct genl_family family __ro_after_init = {
|
| /Linux-v5.4/net/batman-adv/ |
| D | netlink.h | 30 extern struct genl_family batadv_netlink_family;
|
| /Linux-v5.4/net/tipc/ |
| D | netlink.h | 40 extern struct genl_family tipc_genl_family;
|
| D | netlink.c | 259 struct genl_family tipc_genl_family __ro_after_init = {
|
| /Linux-v5.4/net/openvswitch/ |
| D | meter.h | 45 extern struct genl_family dp_meter_genl_family;
|
| D | conntrack.h | 102 extern struct genl_family dp_ct_limit_genl_family;
|
| D | datapath.c | 51 static struct genl_family dp_packet_genl_family; 52 static struct genl_family dp_flow_genl_family; 53 static struct genl_family dp_datapath_genl_family; 71 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify() 78 static void ovs_notify(struct genl_family *family, in ovs_notify() 641 static struct genl_family dp_packet_genl_family __ro_after_init = { 1444 static struct genl_family dp_flow_genl_family __ro_after_init = { 1866 static struct genl_family dp_datapath_genl_family __ro_after_init = { 2329 struct genl_family dp_vport_genl_family __ro_after_init = { 2344 static struct genl_family * const dp_genl_families[] = {
|
| D | datapath.h | 219 extern struct genl_family dp_vport_genl_family;
|
| /Linux-v5.4/net/wimax/ |
| D | wimax-internal.h | 76 extern struct genl_family wimax_gnl_family;
|
| /Linux-v5.4/net/psample/ |
| D | psample.c | 34 static struct genl_family psample_nl_family __ro_after_init; 106 static struct genl_family psample_nl_family __ro_after_init = {
|
| /Linux-v5.4/fs/quota/ |
| D | netlink.c | 16 static struct genl_family quota_genl_family __ro_after_init = {
|
| /Linux-v5.4/net/ipv6/ila/ |
| D | ila_main.c | 47 struct genl_family ila_nl_family __ro_after_init = {
|
| D | ila.h | 128 extern struct genl_family ila_nl_family;
|
| /Linux-v5.4/net/ieee802154/ |
| D | ieee802154.h | 34 extern struct genl_family nl802154_family;
|
| D | netlink.c | 126 struct genl_family nl802154_family __ro_after_init = {
|
| /Linux-v5.4/net/ipv6/ |
| D | seg6.c | 68 static struct genl_family seg6_genl_family; 422 static struct genl_family seg6_genl_family __ro_after_init = {
|
| /Linux-v5.4/net/netlabel/ |
| D | netlabel_calipso.c | 49 static struct genl_family netlbl_calipso_gnl_family; 338 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {
|
| D | netlabel_cipso_v4.c | 48 static struct genl_family netlbl_cipsov4_gnl_family; 758 static struct genl_family netlbl_cipsov4_gnl_family __ro_after_init = {
|
| /Linux-v5.4/drivers/acpi/ |
| D | event.c | 86 static struct genl_family acpi_event_genl_family __ro_after_init = {
|
| /Linux-v5.4/net/hsr/ |
| D | hsr_netlink.c | 130 static struct genl_family hsr_genl_family; 454 static struct genl_family hsr_genl_family __ro_after_init = {
|
| /Linux-v5.4/include/linux/ |
| D | genl_magic_func.h | 252 static struct genl_family ZZZ_genl_family; 286 static struct genl_family ZZZ_genl_family __ro_after_init = {
|
| /Linux-v5.4/net/l2tp/ |
| D | l2tp_netlink.c | 31 static struct genl_family l2tp_nl_family; 104 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify() 132 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify() 971 static struct genl_family l2tp_nl_family __ro_after_init = {
|
| /Linux-v5.4/kernel/ |
| D | taskstats.c | 35 static struct genl_family family; 677 static struct genl_family family __ro_after_init = {
|
123