Home
last modified time | relevance | path

Searched refs:dev_index_head (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Ddevmap.c81 struct hlist_head *dev_index_head; member
108 return &dtab->dev_index_head[idx & (dtab->n_buckets - 1)]; in dev_map_index_hash()
141 dtab->dev_index_head = dev_map_create_hash(dtab->n_buckets, in dev_map_init_map()
143 if (!dtab->dev_index_head) in dev_map_init_map()
225 bpf_map_area_free(dtab->dev_index_head); in dev_map_free()
/linux-6.3-rc2/net/core/
A Dnetdev-genl.c109 head = &net->dev_index_head[h]; in netdev_nl_dev_get_dumpit()
A Dnet-procfs.c22 h = &net->dev_index_head[get_bucket(*pos)]; in dev_from_same_bucket()
A Drtnetlink.c2226 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
4579 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
5932 head = &net->dev_index_head[h]; in rtnl_stats_dump()
A Ddev.c217 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
11184 net->dev_index_head = netdev_create_hash(); in netdev_init()
11185 if (net->dev_index_head == NULL) in netdev_init()
11284 kfree(net->dev_index_head); in netdev_exit()
/linux-6.3-rc2/net/ethtool/
A Dtunnels.c257 head = &net->dev_index_head[h]; in ethnl_tunnel_info_dumpit()
A Dnetlink.c501 head = &net->dev_index_head[h]; in ethnl_default_dumpit()
/linux-6.3-rc2/include/net/
A Dnet_namespace.h112 struct hlist_head *dev_index_head; member
/linux-6.3-rc2/net/mctp/
A Ddevice.c132 head = &net->dev_index_head[mcb->h]; in mctp_dump_addrinfo()
/linux-6.3-rc2/net/ipv4/
A Ddevinet.c1857 head = &tgt_net->dev_index_head[h]; in inet_dump_ifaddr()
2259 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/linux-6.3-rc2/net/ipv6/
A Daddrconf.c739 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
5322 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
6022 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
/linux-6.3-rc2/net/mpls/
A Daf_mpls.c1331 head = &net->dev_index_head[h]; in mpls_netconf_dump_devconf()

Completed in 76 milliseconds