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

/linux-master/include/uapi/linux/
H A Dnexthop.h48 NHA_GATEWAY, /* be32 (IPv4) or in6_addr (IPv6) gw address */ enumerator in enum:__anon2815
/linux-master/net/ipv4/
H A Dnexthop.c38 [NHA_GATEWAY] = { .type = NLA_BINARY },
966 nla_put_be32(skb, NHA_GATEWAY, fib_nh->fib_nh_gw4))
973 nla_put_in6_addr(skb, NHA_GATEWAY, &fib6_nh->fib_nh_gw6))
1027 sz += nla_total_size(4); /* NHA_GATEWAY */
1031 /* NHA_GATEWAY */
3099 if (tb[NHA_GATEWAY] || tb[NHA_OIF] ||
3135 if (tb[NHA_GATEWAY]) {
3136 struct nlattr *gwa = tb[NHA_GATEWAY];

Completed in 443 milliseconds