Searched refs:genl_ops (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | genetlink.h | 19 struct genl_ops; 60 int (*pre_doit)(const struct genl_ops *ops, 63 void (*post_doit)(const struct genl_ops *ops, 66 const struct genl_ops * ops; 148 struct genl_ops { struct 171 struct genl_ops op; argument
|
/kernel/linux/linux-5.10/net/netlink/ |
D | genetlink.c | 116 unsigned int i, struct genl_ops *op) in genl_op_from_full() 127 struct genl_ops *op) in genl_get_cmd_full() 141 unsigned int i, struct genl_ops *op) in genl_op_from_small() 156 struct genl_ops *op) in genl_get_cmd_small() 170 struct genl_ops *op) in genl_get_cmd() 179 struct genl_ops *op) in genl_get_cmd_by_index() 363 struct genl_ops op; in genl_validate_ops() 369 struct genl_ops op2; in genl_validate_ops() 530 const struct genl_ops *ops, in genl_family_rcv_msg_attrs_parse() 566 const struct genl_ops *ops; [all …]
|
/kernel/linux/linux-5.10/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),
|
/kernel/linux/linux-5.10/net/ipv6/ila/ |
D | ila_main.c | 16 static const struct genl_ops ila_nl_ops[] = {
|
/kernel/linux/linux-5.10/net/tipc/ |
D | netlink.c | 151 static const struct genl_ops tipc_genl_v2_ops[] = {
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | seg6.c | 408 static const struct genl_ops seg6_genl_ops[] = {
|
/kernel/linux/linux-5.10/include/linux/ |
D | genl_magic_func.h | 239 static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | netlink.c | 1263 static int batadv_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_pre_doit() 1328 static void batadv_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_post_doit()
|
/kernel/linux/linux-5.10/kernel/ |
D | taskstats.c | 643 static const struct genl_ops taskstats_ops[] = {
|
/kernel/linux/linux-5.10/net/core/ |
D | drop_monitor.c | 1635 static int net_dm_nl_pre_doit(const struct genl_ops *ops, in net_dm_nl_pre_doit() 1643 static void net_dm_nl_post_doit(const struct genl_ops *ops, in net_dm_nl_post_doit()
|
D | devlink.c | 415 static int devlink_nl_pre_doit(const struct genl_ops *ops, in devlink_nl_pre_doit() 452 static void devlink_nl_post_doit(const struct genl_ops *ops, in devlink_nl_post_doit()
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | nl802154.c | 2164 static int nl802154_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_pre_doit() 2226 static void nl802154_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_post_doit() 2244 static const struct genl_ops nl802154_ops[] = {
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | netlink.c | 689 static const struct genl_ops ethtool_genl_ops[] = {
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_pnet.c | 675 static const struct genl_ops smc_pnet_ops[] = {
|
/kernel/linux/linux-5.10/net/nfc/ |
D | netlink.c | 1683 static const struct genl_ops nfc_genl_ops[] = {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 3950 +static const struct genl_ops tsnnl_ops[] = {
|
/kernel/linux/linux-5.10/net/wireless/ |
D | nl80211.c | 14602 static int nl80211_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_pre_doit() 14664 static void nl80211_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_post_doit() 14693 static const struct genl_ops nl80211_ops[] = {
|