Home
last modified time | relevance | path

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

123

/linux/include/net/
A Dgenetlink.h48 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 Dgenetlink.c92 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 Dnetlink.c20 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 Dnetlink.c16 static struct genl_family family;
73 static struct genl_family family __ro_after_init = {
/linux/fs/cifs/
A Dnetlink.h11 extern struct genl_family cifs_genl_family;
A Dnetlink.c45 struct genl_family cifs_genl_family = {
/linux/net/smc/
A Dsmc_netlink.h18 extern struct genl_family smc_gen_nl_family;
A Dsmc_netlink.c121 struct genl_family smc_gen_nl_family __ro_after_init = {
/linux/net/tipc/
A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/linux/net/batman-adv/
A Dnetlink.h30 extern struct genl_family batadv_netlink_family;
/linux/net/openvswitch/
A Dmeter.h57 extern struct genl_family dp_meter_genl_family;
A Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
A Ddatapath.c52 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 Ddatapath.h254 extern struct genl_family dp_vport_genl_family;
/linux/fs/quota/
A Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/linux/net/ipv6/ila/
A Dila.h123 extern struct genl_family ila_nl_family;
A Dila_main.c47 struct genl_family ila_nl_family __ro_after_init = {
/linux/net/netlabel/
A Dnetlabel_calipso.c49 static struct genl_family netlbl_calipso_gnl_family;
338 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {
/linux/net/ieee802154/
A Dieee802154.h34 extern struct genl_family nl802154_family;
A Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/linux/drivers/acpi/
A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/linux/include/linux/
A Dgenl_magic_func.h252 static struct genl_family ZZZ_genl_family;
286 static struct genl_family ZZZ_genl_family __ro_after_init = {
/linux/net/ipv6/
A Dseg6.c137 static struct genl_family seg6_genl_family;
492 static struct genl_family seg6_genl_family __ro_after_init = {
/linux/net/l2tp/
A Dl2tp_netlink.c29 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 Dhsr_netlink.c176 static struct genl_family hsr_genl_family;
513 static struct genl_family hsr_genl_family __ro_after_init = {

Completed in 32 milliseconds

123