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

/linux-4.1.27/net/decnet/
H A Ddn_fib.c179 struct nlattr *gw_attr; change_nexthops() local
181 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); change_nexthops()
182 nh->nh_gw = gw_attr ? nla_get_le16(gw_attr) : 0; change_nexthops()
H A Ddn_table.c258 struct nlattr *gw_attr; for_nexthops() local
260 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); for_nexthops()
261 gw = gw_attr ? nla_get_le16(gw_attr) : 0; for_nexthops()

Completed in 458 milliseconds