Searched refs:genl_family (Results 1 – 25 of 56) sorted by relevance
123
/linux/net/netlink/ |
H A D | genetlink.c | 57 static void genl_op_lock(const struct genl_family *family) in genl_op_lock() 63 static void genl_op_unlock(const struct genl_family *family) in genl_op_unlock() 101 static int genl_ctrl_event(int event, const struct genl_family *family, 106 genl_op_fill_in_reject_policy(const struct genl_family *family, in genl_op_fill_in_reject_policy() 119 genl_op_fill_in_reject_policy_split(const struct genl_family *family, in genl_op_fill_in_reject_policy_split() 129 static const struct genl_family *genl_family_find_byid(unsigned int id) in genl_family_find_byid() 134 static const struct genl_family *genl_family_find_byname(char *name) in genl_family_find_byname() 136 const struct genl_family *family; in genl_family_find_byname() 147 const struct genl_family *family; 156 static void genl_op_from_full(const struct genl_family *family, in genl_op_from_full() [all …]
|
/linux/drivers/net/wireguard/ |
H 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() 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()
|
/linux/fs/smb/client/ |
H A D | netlink.h | 11 extern struct genl_family cifs_genl_family;
|
H A D | netlink.c | 45 struct genl_family cifs_genl_family = {
|
/linux/net/handshake/ |
H A D | genl.h | 22 extern struct genl_family handshake_nl_family;
|
H A D | genl.c | 48 struct genl_family handshake_nl_family __ro_after_init = {
|
/linux/net/smc/ |
H A D | smc_netlink.h | 18 extern struct genl_family smc_gen_nl_family;
|
H A D | smc_netlink.c | 136 struct genl_family smc_gen_nl_family __ro_after_init = {
|
/linux/net/tipc/ |
H A D | netlink.h | 40 extern struct genl_family tipc_genl_family;
|
/linux/fs/nfsd/ |
H A D | netlink.h | 29 extern struct genl_family nfsd_nl_family;
|
H A D | netlink.c | 105 struct genl_family nfsd_nl_family __ro_after_init = {
|
/linux/net/openvswitch/ |
H A D | meter.h | 56 extern struct genl_family dp_meter_genl_family;
|
H A D | conntrack.h | 104 extern struct genl_family dp_ct_limit_genl_family;
|
H A D | datapath.c | 54 static struct genl_family dp_packet_genl_family; 55 static struct genl_family dp_flow_genl_family; 56 static struct genl_family dp_datapath_genl_family; 74 static bool ovs_must_notify(struct genl_family *family, struct genl_info *info, in ovs_must_notify() 81 static void ovs_notify(struct genl_family *family, in ovs_notify() 708 static struct genl_family dp_packet_genl_family __ro_after_init = { 1533 static struct genl_family dp_flow_genl_family __ro_after_init = { 2081 static struct genl_family dp_datapath_genl_family __ro_after_init = { 2578 struct genl_family dp_vport_genl_family __ro_after_init = { 2594 static struct genl_family * const dp_genl_families[] = {
|
/linux/net/core/ |
H A D | netdev-genl-gen.h | 43 extern struct genl_family netdev_nl_family;
|
/linux/drivers/dpll/ |
H A D | dpll_nl.h | 47 extern struct genl_family dpll_nl_family;
|
/linux/drivers/regulator/ |
H A D | event.c | 21 static struct genl_family reg_event_genl_family __ro_after_init = {
|
/linux/fs/quota/ |
H A D | netlink.c | 16 static struct genl_family quota_genl_family __ro_after_init = {
|
/linux/net/ipv6/ila/ |
H A D | ila.h | 124 extern struct genl_family ila_nl_family;
|
H A D | ila_main.c | 46 struct genl_family ila_nl_family __ro_after_init = {
|
/linux/net/netlabel/ |
H A D | netlabel_calipso.c | 49 static struct genl_family netlbl_calipso_gnl_family; 363 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = {
|
/linux/net/ieee802154/ |
H A D | ieee802154.h | 34 extern struct genl_family nl802154_family;
|
H A D | netlink.c | 126 struct genl_family nl802154_family __ro_after_init = {
|
/linux/include/linux/ |
H A D | genl_magic_func.h | 253 static struct genl_family ZZZ_genl_family; 287 static struct genl_family ZZZ_genl_family __ro_after_init = {
|
/linux/net/ipv6/ |
H A D | seg6.c | 135 static struct genl_family seg6_genl_family; 491 static struct genl_family seg6_genl_family __ro_after_init = {
|
123