Searched refs:net_icmpv6_nd_opt_rdnss (Results 1 – 2 of 2) sorted by relevance
92 struct net_icmpv6_nd_opt_rdnss { struct
2463 NET_PKT_DATA_ACCESS_DEFINE(rdnss_access, struct net_icmpv6_nd_opt_rdnss); in handle_ra_rdnss()2464 struct net_icmpv6_nd_opt_rdnss *rdnss; in handle_ra_rdnss()2475 rdnss = (struct net_icmpv6_nd_opt_rdnss *) net_pkt_get_data(pkt, &rdnss_access); in handle_ra_rdnss()2485 rdnss_size = len * 8U - 2 - sizeof(struct net_icmpv6_nd_opt_rdnss); in handle_ra_rdnss()