Searched refs:NHA_OIF (Results 1 – 2 of 2) sorted by relevance
41 NHA_OIF, /* u32; nexthop device */ enumerator
30 [NHA_OIF] = { .type = NLA_U32 },270 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()1512 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()1546 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()1557 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()1562 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()1563 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()1825 case NHA_OIF: in nh_valid_dump_req()