Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
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-5.19.10/net/ethtool/
Dtunnels.c255 head = &net->dev_index_head[h]; in ethnl_tunnel_info_dumpit()
Dnetlink.c478 head = &net->dev_index_head[h]; in ethnl_default_dumpit()
/linux-5.19.10/include/net/
Dnet_namespace.h107 struct hlist_head *dev_index_head; member
/linux-5.19.10/net/core/
Dnet-procfs.c22 h = &net->dev_index_head[get_bucket(*pos)]; in dev_from_same_bucket()
Drtnetlink.c2180 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
4495 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
5848 head = &net->dev_index_head[h]; in rtnl_stats_dump()
Ddev.c217 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
11170 net->dev_index_head = netdev_create_hash(); in netdev_init()
11171 if (net->dev_index_head == NULL) in netdev_init()
11270 kfree(net->dev_index_head); in netdev_exit()
/linux-5.19.10/net/mctp/
Ddevice.c132 head = &net->dev_index_head[mcb->h]; in mctp_dump_addrinfo()
/linux-5.19.10/net/ipv4/
Ddevinet.c1856 head = &tgt_net->dev_index_head[h]; in inet_dump_ifaddr()
2258 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/linux-5.19.10/net/ipv6/
Daddrconf.c739 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
5313 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
6013 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
/linux-5.19.10/net/mpls/
Daf_mpls.c1331 head = &net->dev_index_head[h]; in mpls_netconf_dump_devconf()