Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dnet_namespace.h80 struct hlist_head *dev_index_head; member
/linux-4.4.14/net/ipv4/
Ddevinet.c1584 head = &net->dev_index_head[h]; in inet_dump_ifaddr()
1912 head = &net->dev_index_head[h]; in inet_netconf_dump_devconf()
/linux-4.4.14/net/core/
Ddev.c204 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
7528 net->dev_index_head = netdev_create_hash(); in netdev_init()
7529 if (net->dev_index_head == NULL) in netdev_init()
7626 kfree(net->dev_index_head); in netdev_exit()
Drtnetlink.c1452 head = &net->dev_index_head[h]; in rtnl_dump_ifinfo()
/linux-4.4.14/net/ipv6/
Daddrconf.c644 head = &net->dev_index_head[h]; in inet6_netconf_dump_devconf()
4501 head = &net->dev_index_head[h]; in inet6_dump_addr()
5008 head = &net->dev_index_head[h]; in inet6_dump_ifinfo()