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

/linux-master/net/ipv4/
H A Dnexthop.c3136 struct nlattr *gwa = tb[NHA_GATEWAY]; local
3140 if (nla_len(gwa) != sizeof(u32)) {
3144 cfg->gw.ipv4 = nla_get_be32(gwa);
3147 if (nla_len(gwa) != sizeof(struct in6_addr)) {
3151 cfg->gw.ipv6 = nla_get_in6_addr(gwa);

Completed in 212 milliseconds