Home
last modified time | relevance | path

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

123

/openbmc/linux/include/net/
H A Dgenetlink.h62 struct genl_family { struct
109 const struct genl_family *family; argument
285 genl_info_init_ntf(struct genl_info *info, const struct genl_family *family, in genl_info_init_ntf()
301 int genl_register_family(struct genl_family *family);
302 int genl_unregister_family(const struct genl_family *family);
303 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
307 const struct genl_family *family, int flags, u8 cmd);
358 const struct genl_family *family, in genlmsg_parse_deprecated()
377 const struct genl_family *family, in genlmsg_parse()
412 const struct genl_family *family, in genlmsg_put_reply()
[all …]
/openbmc/linux/net/netlink/
H A Dgenetlink.c55 static void genl_op_lock(const struct genl_family *family) in genl_op_lock()
61 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()
117 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split()
127 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid()
132 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname()
134 const struct genl_family *family; in genl_family_find_byname()
145 const struct genl_family *family;
154 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full()
[all …]
/openbmc/linux/drivers/net/wireguard/
H 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()
624 static struct genl_family genl_family __ro_after_init = {
638 return genl_register_family(&genl_family); in wg_genetlink_init()
643 genl_unregister_family(&genl_family); in wg_genetlink_uninit()
/openbmc/linux/fs/smb/client/
H A Dnetlink.h11 extern struct genl_family cifs_genl_family;
H A Dnetlink.c45 struct genl_family cifs_genl_family = {
/openbmc/linux/net/core/
H A Dnetdev-genl-gen.h21 extern struct genl_family netdev_nl_family;
H A Dnetdev-genl-gen.c38 struct genl_family netdev_nl_family __ro_after_init = {
/openbmc/linux/net/handshake/
H A Dgenl.h22 extern struct genl_family handshake_nl_family;
H A Dgenl.c48 struct genl_family handshake_nl_family __ro_after_init = {
/openbmc/linux/net/smc/
H A Dsmc_netlink.h18 extern struct genl_family smc_gen_nl_family;
H A Dsmc_netlink.c136 struct genl_family smc_gen_nl_family __ro_after_init = {
/openbmc/linux/net/batman-adv/
H A Dnetlink.h24 extern struct genl_family batadv_netlink_family;
/openbmc/linux/net/tipc/
H A Dnetlink.h40 extern struct genl_family tipc_genl_family;
/openbmc/linux/net/openvswitch/
H A Dmeter.h57 extern struct genl_family dp_meter_genl_family;
H A Dconntrack.h104 extern struct genl_family dp_ct_limit_genl_family;
H A Ddatapath.c55 static struct genl_family dp_packet_genl_family;
56 static struct genl_family dp_flow_genl_family;
57 static struct genl_family dp_datapath_genl_family;
75 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify()
82 static void ovs_notify(struct genl_family *family, in ovs_notify()
709 static struct genl_family dp_packet_genl_family __ro_after_init = {
1534 static struct genl_family dp_flow_genl_family __ro_after_init = {
2083 static struct genl_family dp_datapath_genl_family __ro_after_init = {
2581 struct genl_family dp_vport_genl_family __ro_after_init = {
2597 static struct genl_family * const dp_genl_families[] = {
/openbmc/linux/fs/quota/
H A Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = {
/openbmc/linux/net/ipv6/ila/
H A Dila.h124 extern struct genl_family ila_nl_family;
H A Dila_main.c46 struct genl_family ila_nl_family __ro_after_init = {
/openbmc/linux/net/ieee802154/
H A Dieee802154.h34 extern struct genl_family nl802154_family;
H A Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = {
/openbmc/linux/net/netlabel/
H A Dnetlabel_calipso.c49 static struct genl_family netlbl_calipso_gnl_family;
363 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {
/openbmc/linux/drivers/acpi/
H A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = {
/openbmc/linux/include/linux/
H A Dgenl_magic_func.h253 static struct genl_family ZZZ_genl_family;
287 static struct genl_family ZZZ_genl_family __ro_after_init = {
/openbmc/linux/net/ipv6/
H A Dseg6.c137 static struct genl_family seg6_genl_family;
497 static struct genl_family seg6_genl_family __ro_after_init = {

123