Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dnet_namespace.h92 struct hlist_head *dev_index_head; member
/Linux-v4.19/net/ipv4/
Ddevinet.c1665 head = &net->dev_index_head[h]; in inet_dump_ifaddr()
2010 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/Linux-v4.19/net/core/
Drtnetlink.c1920 head = &tgt_net->dev_index_head[h]; in rtnl_dump_ifinfo()
3786 head = &net->dev_index_head[h]; in rtnl_fdb_dump()
4597 head = &net->dev_index_head[h]; in rtnl_stats_dump()
Ddev.c214 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
9351 net->dev_index_head = netdev_create_hash(); in netdev_init()
9352 if (net->dev_index_head == NULL) in netdev_init()
9449 kfree(net->dev_index_head); in netdev_exit()
/Linux-v4.19/net/ipv6/
Daddrconf.c681 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
5003 head = &net->dev_index_head[h]; in inet6_dump_addr()
5547 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()
/Linux-v4.19/net/mpls/
Daf_mpls.c1278 head = &net->dev_index_head[h]; in mpls_netconf_dump_devconf()