Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dnexthop.c2872 struct nlattr *gwa = tb[NHA_GATEWAY]; in rtm_to_nh_config() local
2876 if (nla_len(gwa) != sizeof(u32)) { in rtm_to_nh_config()
2880 cfg->gw.ipv4 = nla_get_be32(gwa); in rtm_to_nh_config()
2883 if (nla_len(gwa) != sizeof(struct in6_addr)) { in rtm_to_nh_config()
2887 cfg->gw.ipv6 = nla_get_in6_addr(gwa); in rtm_to_nh_config()