Searched refs:genl_ops (Results 1 – 22 of 22) sorted by relevance
/linux-6.1.9/include/net/ |
D | genetlink.h | 21 struct genl_ops; 74 int (*pre_doit)(const struct genl_ops *ops, 77 void (*post_doit)(const struct genl_ops *ops, 80 const struct genl_ops * ops; 169 struct genl_ops { struct 192 struct genl_ops op; argument
|
/linux-6.1.9/net/netlink/ |
D | genetlink.c | 93 struct genl_ops *op) in genl_op_fill_in_reject_policy() 127 unsigned int i, struct genl_ops *op) in genl_op_from_full() 140 struct genl_ops *op) in genl_get_cmd_full() 154 unsigned int i, struct genl_ops *op) in genl_op_from_small() 171 struct genl_ops *op) in genl_get_cmd_small() 185 struct genl_ops *op) in genl_get_cmd() 194 struct genl_ops *op) in genl_get_cmd_by_index() 378 struct genl_ops op; in genl_validate_ops() 386 struct genl_ops op2; in genl_validate_ops() 547 const struct genl_ops *ops, in genl_family_rcv_msg_attrs_parse() [all …]
|
/linux-6.1.9/fs/cifs/ |
D | netlink.c | 33 static const struct genl_ops cifs_genl_ops[] = {
|
/linux-6.1.9/drivers/net/wireguard/ |
D | netlink.c | 606 static const struct genl_ops genl_ops[] = { variable 621 .ops = genl_ops, 622 .n_ops = ARRAY_SIZE(genl_ops),
|
/linux-6.1.9/net/smc/ |
D | smc_netlink.c | 36 static const struct genl_ops smc_gen_nl_ops[] = {
|
D | smc_pnet.c | 679 static const struct genl_ops smc_pnet_ops[] = {
|
/linux-6.1.9/net/ipv6/ila/ |
D | ila_main.c | 16 static const struct genl_ops ila_nl_ops[] = {
|
/linux-6.1.9/net/tipc/ |
D | netlink.c | 151 static const struct genl_ops tipc_genl_v2_ops[] = {
|
/linux-6.1.9/tools/lib/thermal/ |
D | commands.c | 258 static struct genl_ops thermal_cmd_ops = {
|
/linux-6.1.9/net/ipv6/ |
D | seg6.c | 468 static const struct genl_ops seg6_genl_ops[] = {
|
D | ioam6.c | 556 static const struct genl_ops ioam6_genl_ops[] = {
|
/linux-6.1.9/include/linux/ |
D | genl_magic_func.h | 239 static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
|
/linux-6.1.9/net/batman-adv/ |
D | netlink.c | 1270 static int batadv_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_pre_doit() 1335 static void batadv_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_post_doit()
|
/linux-6.1.9/kernel/ |
D | taskstats.c | 667 static const struct genl_ops taskstats_ops[] = {
|
/linux-6.1.9/net/core/ |
D | drop_monitor.c | 1623 static int net_dm_nl_pre_doit(const struct genl_ops *ops, in net_dm_nl_pre_doit() 1631 static void net_dm_nl_post_doit(const struct genl_ops *ops, in net_dm_nl_post_doit()
|
D | devlink.c | 772 static int devlink_nl_pre_doit(const struct genl_ops *ops, in devlink_nl_pre_doit() 830 static void devlink_nl_post_doit(const struct genl_ops *ops, in devlink_nl_post_doit()
|
/linux-6.1.9/net/ieee802154/ |
D | nl802154.c | 2160 static int nl802154_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_pre_doit() 2222 static void nl802154_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_post_doit() 2239 static const struct genl_ops nl802154_ops[] = {
|
/linux-6.1.9/fs/ksmbd/ |
D | transport_ipc.c | 124 static struct genl_ops ksmbd_genl_ops[] = {
|
/linux-6.1.9/net/ethtool/ |
D | netlink.c | 740 static const struct genl_ops ethtool_genl_ops[] = {
|
/linux-6.1.9/drivers/vdpa/ |
D | vdpa.c | 1179 static const struct genl_ops vdpa_nl_ops[] = {
|
/linux-6.1.9/net/nfc/ |
D | netlink.c | 1683 static const struct genl_ops nfc_genl_ops[] = {
|
/linux-6.1.9/net/wireless/ |
D | nl80211.c | 16145 static int nl80211_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_pre_doit() 16246 static void nl80211_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_post_doit() 16393 static const struct genl_ops nl80211_ops[] = {
|