/linux-4.1.27/include/net/ |
D | genetlink.h | 50 struct genl_family { struct 133 int __genl_register_family(struct genl_family *family); 135 static inline int genl_register_family(struct genl_family *family) in genl_register_family() 163 _genl_register_family_with_ops_grps(struct genl_family *family, in _genl_register_family_with_ops_grps() 185 int genl_unregister_family(struct genl_family *family); 186 void genl_notify(struct genl_family *family, 193 struct genl_family *family, int flags, u8 cmd); 203 struct genl_family *family) in genlmsg_nlhdr() 220 const struct genl_family *family, in genlmsg_parse() 239 struct genl_family *family) in genl_dump_check_consistent() [all …]
|
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 89 static int genl_ctrl_event(int event, struct genl_family *family, 103 static struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid() 105 struct genl_family *f; in genl_family_find_byid() 114 static struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname() 116 struct genl_family *f; in genl_family_find_byname() 127 static const struct genl_ops *genl_get_cmd(u8 cmd, struct genl_family *family) in genl_get_cmd() 218 static struct genl_family genl_ctrl; 220 static int genl_validate_assign_mc_groups(struct genl_family *family) in genl_validate_assign_mc_groups() 298 static void genl_unregister_mc_groups(struct genl_family *family) in genl_unregister_mc_groups() 323 static int genl_validate_ops(const struct genl_family *family) in genl_validate_ops() [all …]
|
/linux-4.1.27/net/tipc/ |
D | netlink.h | 39 extern struct genl_family tipc_genl_family;
|
D | netlink.c | 61 struct genl_family tipc_genl_family = {
|
D | netlink_compat.c | 1051 static struct genl_family tipc_genl_compat_family = {
|
/linux-4.1.27/net/wimax/ |
D | wimax-internal.h | 94 extern struct genl_family wimax_gnl_family;
|
D | stack.c | 575 struct genl_family wimax_gnl_family = {
|
/linux-4.1.27/fs/quota/ |
D | netlink.c | 17 static struct genl_family quota_genl_family = {
|
/linux-4.1.27/net/irda/ |
D | irnetlink.c | 27 static struct genl_family irda_nl_family = {
|
/linux-4.1.27/net/openvswitch/ |
D | datapath.h | 181 extern struct genl_family dp_vport_genl_family;
|
D | datapath.c | 64 static struct genl_family dp_packet_genl_family; 65 static struct genl_family dp_flow_genl_family; 66 static struct genl_family dp_datapath_genl_family; 84 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify() 91 static void ovs_notify(struct genl_family *family, in ovs_notify() 620 static struct genl_family dp_packet_genl_family = { 1368 static struct genl_family dp_flow_genl_family = { 1754 static struct genl_family dp_datapath_genl_family = { 2135 struct genl_family dp_vport_genl_family = { 2149 static struct genl_family * const dp_genl_families[] = {
|
/linux-4.1.27/fs/dlm/ |
D | netlink.c | 19 static struct genl_family family = {
|
/linux-4.1.27/net/ieee802154/ |
D | ieee802154.h | 45 extern struct genl_family nl802154_family;
|
D | netlink.c | 31 struct genl_family nl802154_family = {
|
D | nl802154.c | 36 static struct genl_family nl802154_fam = {
|
/linux-4.1.27/drivers/acpi/ |
D | event.c | 85 static struct genl_family acpi_event_genl_family = {
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_netlink.c | 34 static struct genl_family l2tp_nl_family = { 112 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify() 140 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify()
|
/linux-4.1.27/net/core/ |
D | drop_monitor.c | 62 static struct genl_family net_drop_monitor_family = {
|
/linux-4.1.27/net/hsr/ |
D | hsr_netlink.c | 129 static struct genl_family hsr_genl_family = {
|
/linux-4.1.27/include/linux/ |
D | genl_magic_func.h | 262 static struct genl_family ZZZ_genl_family __read_mostly = {
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_mgmt.c | 61 static struct genl_family netlbl_mgmt_gnl_family = {
|
D | netlabel_cipso_v4.c | 62 static struct genl_family netlbl_cipsov4_gnl_family = {
|
D | netlabel_unlabeled.c | 126 static struct genl_family netlbl_unlabel_gnl_family = {
|
/linux-4.1.27/kernel/ |
D | taskstats.c | 44 static struct genl_family family = {
|
/linux-4.1.27/net/ipv4/ |
D | fou.c | 547 static struct genl_family fou_nl_family = {
|
D | tcp_metrics.c | 760 static struct genl_family tcp_metrics_nl_family = {
|
/linux-4.1.27/drivers/target/ |
D | target_core_user.c | 144 static struct genl_family tcmu_genl_family = {
|
/linux-4.1.27/net/nfc/ |
D | netlink.c | 35 static struct genl_family nfc_genl_family = {
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 1744 static struct genl_family thermal_event_genl_family = {
|
/linux-4.1.27/drivers/scsi/ |
D | pmcraid.c | 1370 static struct genl_family pmcraid_event_family = { 1446 ((struct genl_family *)&pmcraid_event_family)->hdrsize) in pmcraid_notify_aen()
|
/linux-4.1.27/drivers/net/team/ |
D | team.c | 2121 static struct genl_family team_nl_family = {
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 561 static struct genl_family hwsim_genl_family = {
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2786 static struct genl_family ip_vs_genl_family = {
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 40 static struct genl_family nl80211_fam = {
|