Searched refs:genl_ops (Results 1 – 21 of 21) sorted by relevance
/linux/net/netlink/ |
A D | genetlink.c | 119 struct genl_ops *op) in genl_get_cmd_full() 148 struct genl_ops *op) in genl_get_cmd_small() 162 struct genl_ops *op) in genl_get_cmd() 171 struct genl_ops *op) in genl_get_cmd_by_index() 355 struct genl_ops op; in genl_validate_ops() 361 struct genl_ops op2; in genl_validate_ops() 558 const struct genl_ops *ops; 749 struct genl_ops op; in genl_family_rcv_msg() 839 struct genl_ops op; in ctrl_fill_info() 1128 struct genl_ops op; in ctrl_dumppolicy_start() [all …]
|
/linux/include/net/ |
A D | genetlink.h | 20 struct genl_ops; 61 int (*pre_doit)(const struct genl_ops *ops, 64 void (*post_doit)(const struct genl_ops *ops, 67 const struct genl_ops * ops; 149 struct genl_ops { struct 172 struct genl_ops op; argument
|
/linux/drivers/net/wireguard/ |
A D | netlink.c | 607 static const struct genl_ops genl_ops[] = { variable 622 .ops = genl_ops, 623 .n_ops = ARRAY_SIZE(genl_ops),
|
/linux/fs/cifs/ |
A D | netlink.c | 33 static const struct genl_ops cifs_genl_ops[] = {
|
/linux/net/smc/ |
A D | smc_netlink.c | 36 static const struct genl_ops smc_gen_nl_ops[] = {
|
A D | smc_pnet.c | 673 static const struct genl_ops smc_pnet_ops[] = {
|
/linux/net/ipv6/ila/ |
A D | ila_main.c | 16 static const struct genl_ops ila_nl_ops[] = {
|
/linux/net/tipc/ |
A D | netlink.c | 151 static const struct genl_ops tipc_genl_v2_ops[] = {
|
/linux/include/linux/ |
A D | genl_magic_func.h | 239 static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
|
/linux/net/ipv6/ |
A D | seg6.c | 463 static const struct genl_ops seg6_genl_ops[] = {
|
A D | ioam6.c | 554 static const struct genl_ops ioam6_genl_ops[] = {
|
/linux/net/batman-adv/ |
A 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/kernel/ |
A D | taskstats.c | 643 static const struct genl_ops taskstats_ops[] = {
|
/linux/net/core/ |
A D | drop_monitor.c | 1626 static int net_dm_nl_pre_doit(const struct genl_ops *ops, in net_dm_nl_pre_doit() 1634 static void net_dm_nl_post_doit(const struct genl_ops *ops, in net_dm_nl_post_doit()
|
A D | devlink.c | 570 static int devlink_nl_pre_doit(const struct genl_ops *ops, in devlink_nl_pre_doit() 626 static void devlink_nl_post_doit(const struct genl_ops *ops, in devlink_nl_post_doit()
|
/linux/net/ieee802154/ |
A 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/fs/ksmbd/ |
A D | transport_ipc.c | 123 static struct genl_ops ksmbd_genl_ops[] = {
|
/linux/drivers/vdpa/ |
A D | vdpa.c | 875 static const struct genl_ops vdpa_nl_ops[] = {
|
/linux/net/ethtool/ |
A D | netlink.c | 735 static const struct genl_ops ethtool_genl_ops[] = {
|
/linux/net/nfc/ |
A D | netlink.c | 1659 static const struct genl_ops nfc_genl_ops[] = {
|
/linux/net/wireless/ |
A D | nl80211.c | 15151 static int nl80211_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_pre_doit() 15210 static void nl80211_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl80211_post_doit() 15350 static const struct genl_ops nl80211_ops[] = {
|
Completed in 81 milliseconds