Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnexthop.h41 NHA_OIF, /* u32; nexthop device */ enumerator
/Linux-v5.4/net/ipv4/
Dnexthop.c31 [NHA_OIF] = { .type = NLA_U32 },
249 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
1375 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
1386 if (!tb[NHA_OIF]) { in rtm_to_nh_config()
1391 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
1652 case NHA_OIF: in nh_valid_dump_req()