Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Ddevmap.c82 struct hlist_head *dev_index_head; member
153 dtab->dev_index_head = dev_map_create_hash(dtab->n_buckets); in dev_map_init_map()
154 if (!dtab->dev_index_head) in dev_map_init_map()
245 kfree(dtab->dev_index_head); in dev_map_free()
269 return &dtab->dev_index_head[idx & (dtab->n_buckets - 1)]; in dev_map_index_hash()
/Linux-v5.4/include/net/
Dnet_namespace.h106 struct hlist_head *dev_index_head; member
/Linux-v5.4/net/ipv4/
Ddevinet.c1849 head = &tgt_net->dev_index_head[h]; in inet_dump_ifaddr()
2249 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/Linux-v5.4/net/core/
Drtnetlink.c1993 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
4051 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
5112 head = &net->dev_index_head[h]; in rtnl_stats_dump()
Ddev.c215 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
9945 net->dev_index_head = netdev_create_hash(); in netdev_init()
9946 if (net->dev_index_head == NULL) in netdev_init()
10043 kfree(net->dev_index_head); in netdev_exit()
/Linux-v5.4/net/ipv6/
Daddrconf.c731 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
5171 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
5835 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
/Linux-v5.4/net/mpls/
Daf_mpls.c1331 head = &net->dev_index_head[h]; in mpls_netconf_dump_devconf()