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

/linux-master/include/uapi/linux/
H A Dnexthop.h47 NHA_OIF, /* u32; nexthop device */ enumerator in enum:__anon2815
52 /* NHA_OIF can be appended to dump request to return only
/linux-master/net/ipv4/
H A Dnexthop.c37 [NHA_OIF] = { .type = NLA_U32 },
57 [NHA_OIF] = { .type = NLA_U32 },
73 [NHA_OIF] = { .type = NLA_U32 },
957 if (dev && nla_put_u32(skb, NHA_OIF, dev->ifindex))
1019 /* covers NHA_BLACKHOLE since NHA_OIF and BLACKHOLE
1022 sz = nla_total_size(4); /* NHA_OIF */
3055 if (tb[NHA_OIF] || tb[NHA_BLACKHOLE] ||
3099 if (tb[NHA_GATEWAY] || tb[NHA_OIF] ||
3110 if (!cfg->nh_fdb && !tb[NHA_OIF]) {
3115 if (!cfg->nh_fdb && tb[NHA_OIF]) {
[all...]

Completed in 107 milliseconds