Searched refs:genl_family (Results 1 – 25 of 59) sorted by relevance
123
/linux/include/net/ |
A D | genetlink.h | 48 struct genl_family { struct 171 const struct genl_family *family; 182 int genl_register_family(struct genl_family *family); 183 int genl_unregister_family(const struct genl_family *family); 188 const struct genl_family *family, int flags, u8 cmd); 213 const struct genl_family *family, in genlmsg_parse_deprecated() 232 const struct genl_family *family, in genlmsg_parse() 267 const struct genl_family *family, in genlmsg_put_reply() 322 static inline int genlmsg_multicast(const struct genl_family *family, in genlmsg_multicast() 340 int genlmsg_multicast_allns(const struct genl_family *family, [all …]
|
/linux/net/netlink/ |
A D | genetlink.c | 92 const struct genl_family *family; in genl_family_find_byname() 170 const struct genl_family *family, in genl_get_cmd_by_index() 241 static struct genl_family genl_ctrl; 555 const struct genl_family *family; 782 const struct genl_family *family; in genl_rcv_msg() 811 static struct genl_family genl_ctrl; 946 struct genl_family *rt; in ctrl_dumpfamily() 1020 const struct genl_family *res = NULL; in ctrl_getfamily() 1107 const struct genl_family *rt; 1127 const struct genl_family *rt; in ctrl_dumppolicy_start() [all …]
|
/linux/drivers/net/wireguard/ |
A D | netlink.c | 20 static struct genl_family genl_family; variable 226 &genl_family, NLM_F_MULTI, WG_CMD_GET_DEVICE); in wg_get_device_dump() 621 static struct genl_family genl_family __ro_after_init = { 634 return genl_register_family(&genl_family); in wg_genetlink_init() 639 genl_unregister_family(&genl_family); in wg_genetlink_uninit()
|
/linux/fs/dlm/ |
A D | netlink.c | 16 static struct genl_family family; 73 static struct genl_family family __ro_after_init = {
|
/linux/fs/cifs/ |
A D | netlink.h | 11 extern struct genl_family cifs_genl_family;
|
A D | netlink.c | 45 struct genl_family cifs_genl_family = {
|
/linux/net/smc/ |
A D | smc_netlink.h | 18 extern struct genl_family smc_gen_nl_family;
|
A D | smc_netlink.c | 121 struct genl_family smc_gen_nl_family __ro_after_init = {
|
/linux/net/tipc/ |
A D | netlink.h | 40 extern struct genl_family tipc_genl_family;
|
/linux/net/batman-adv/ |
A D | netlink.h | 30 extern struct genl_family batadv_netlink_family;
|
/linux/net/openvswitch/ |
A D | meter.h | 57 extern struct genl_family dp_meter_genl_family;
|
A D | conntrack.h | 104 extern struct genl_family dp_ct_limit_genl_family;
|
A D | datapath.c | 52 static struct genl_family dp_packet_genl_family; 53 static struct genl_family dp_flow_genl_family; 54 static struct genl_family dp_datapath_genl_family; 72 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify() 79 static void ovs_notify(struct genl_family *family, in ovs_notify() 676 static struct genl_family dp_packet_genl_family __ro_after_init = { 1493 static struct genl_family dp_flow_genl_family __ro_after_init = { 2021 static struct genl_family dp_datapath_genl_family __ro_after_init = { 2504 struct genl_family dp_vport_genl_family __ro_after_init = { 2519 static struct genl_family * const dp_genl_families[] = {
|
A D | datapath.h | 254 extern struct genl_family dp_vport_genl_family;
|
/linux/fs/quota/ |
A D | netlink.c | 16 static struct genl_family quota_genl_family __ro_after_init = {
|
/linux/net/ipv6/ila/ |
A D | ila.h | 123 extern struct genl_family ila_nl_family;
|
A D | ila_main.c | 47 struct genl_family ila_nl_family __ro_after_init = {
|
/linux/net/netlabel/ |
A 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 = {
|
/linux/net/ieee802154/ |
A D | ieee802154.h | 34 extern struct genl_family nl802154_family;
|
A D | netlink.c | 126 struct genl_family nl802154_family __ro_after_init = {
|
/linux/drivers/acpi/ |
A D | event.c | 85 static struct genl_family acpi_event_genl_family __ro_after_init = {
|
/linux/include/linux/ |
A 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/net/ipv6/ |
A D | seg6.c | 137 static struct genl_family seg6_genl_family; 492 static struct genl_family seg6_genl_family __ro_after_init = {
|
/linux/net/l2tp/ |
A D | l2tp_netlink.c | 29 static struct genl_family l2tp_nl_family; 102 static int l2tp_tunnel_notify(struct genl_family *family, in l2tp_tunnel_notify() 130 static int l2tp_session_notify(struct genl_family *family, in l2tp_session_notify() 982 static struct genl_family l2tp_nl_family __ro_after_init = {
|
/linux/net/hsr/ |
A D | hsr_netlink.c | 176 static struct genl_family hsr_genl_family; 513 static struct genl_family hsr_genl_family __ro_after_init = {
|
Completed in 32 milliseconds
123