Home
last modified time | relevance | path

Searched refs:dev_index_head (Results 1 – 9 of 9) 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.h113 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.c2234 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
4634 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
5988 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()
11383 net->dev_index_head = netdev_create_hash(); in netdev_init()
11384 if (net->dev_index_head == NULL) in netdev_init()
11485 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.c1892 head = &tgt_net->dev_index_head[h]; in inet_dump_ifaddr()
2293 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()
5380 head = &tgt_net->dev_index_head[h]; in inet6_dump_addr()
6082 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
/openbmc/linux/net/mpls/
H A Daf_mpls.c1332 head = &net->dev_index_head[h]; in mpls_netconf_dump_devconf()