Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Ddevmap.c80 struct hlist_head *dev_index_head; member
107 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()
222 bpf_map_area_free(dtab->dev_index_head); in dev_map_free()
/openbmc/linux/include/net/
H A Dnet_namespace.h114 struct hlist_head *dev_index_head; member
/openbmc/linux/net/core/
H A Dnet-procfs.c22 h = &net->dev_index_head[get_bucket(*pos)]; in dev_from_same_bucket()
H A Drtnetlink.c2263 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
4663 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
6017 head = &net->dev_index_head[h]; in rtnl_stats_dump()
H A Ddev.c217 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
11391 net->dev_index_head = netdev_create_hash(); in netdev_init()
11392 if (net->dev_index_head == NULL) in netdev_init()
11493 kfree(net->dev_index_head); in netdev_exit()
/openbmc/linux/net/mctp/
H A Ddevice.c132 head = &net->dev_index_head[mcb->h]; in mctp_dump_addrinfo()
/openbmc/linux/net/ipv4/
H A Ddevinet.c1905 head = &tgt_net->dev_index_head[h]; in inet_dump_ifaddr()
2306 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/openbmc/linux/net/ipv6/
H A Daddrconf.c756 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
5398 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
6100 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()