Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dnexthop.h44 NHA_OIF, /* u32; nexthop device */ enumerator
/linux-6.3-rc2/net/ipv4/
A Dnexthop.c34 [NHA_OIF] = { .type = NLA_U32 },
47 [NHA_OIF] = { .type = NLA_U32 },
61 [NHA_OIF] = { .type = NLA_U32 },
739 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex)) in nh_fill_node()
2794 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] || in rtm_to_nh_config()
2835 if (tb[NHA_GATEWAY] || tb[NHA_OIF] || in rtm_to_nh_config()
2846 if (!cfg->nh_fdb && !tb[NHA_OIF]) { in rtm_to_nh_config()
2851 if (!cfg->nh_fdb && tb[NHA_OIF]) { in rtm_to_nh_config()
2852 cfg->nh_ifindex = nla_get_u32(tb[NHA_OIF]); in rtm_to_nh_config()
3105 if (tb[NHA_OIF]) { in __nh_valid_dump_req()
[all …]
/linux-6.3-rc2/Documentation/networking/
A Dnexthop-group-resilient.rst225 ``NHA_OIF`` If specified, limits the dump to buckets that contain

Completed in 11 milliseconds