Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnexthop.h41 NHA_OIF, /* u32; nexthop device */ enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c30 [NHA_OIF] = { .type = NLA_U32 },
270 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
1525 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()
1559 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
1570 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()
1575 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()
1576 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
1838 case NHA_OIF: in nh_valid_dump_req()