Home
last modified time | relevance | path

Searched refs:nh_ifindex (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dnexthop.h33 int nh_ifindex; member
/openbmc/linux/net/ipv4/
H A Dnexthop.c2536 .fc_oif = cfg->nh_ifindex, in nh_create_ipv4()
2576 .fc_ifindex = cfg->nh_ifindex, in nh_create_ipv6()
2633 cfg->nh_ifindex = net->loopback_dev->ifindex; in nexthop_create()
2876 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
2877 if (cfg->nh_ifindex) in rtm_to_nh_config()
2878 cfg->dev = __dev_get_by_index(net, cfg->nh_ifindex); in rtm_to_nh_config()