gwa              1437 net/ipv4/nexthop.c 		struct nlattr *gwa = tb[NHA_GATEWAY];
gwa              1441 net/ipv4/nexthop.c 			if (nla_len(gwa) != sizeof(u32)) {
gwa              1445 net/ipv4/nexthop.c 			cfg->gw.ipv4 = nla_get_be32(gwa);
gwa              1448 net/ipv4/nexthop.c 			if (nla_len(gwa) != sizeof(struct in6_addr)) {
gwa              1452 net/ipv4/nexthop.c 			cfg->gw.ipv6 = nla_get_in6_addr(gwa);