Searched refs:nd_opt_hdr (Results 1 – 1 of 1) sorted by relevance
1221 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_ns_input() local1261 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()1264 while (nd_opt_hdr && nd_opt_hdr->len > 0 && in handle_ns_input()1270 switch (nd_opt_hdr->type) { in handle_ns_input()1277 if (!read_llao(pkt, nd_opt_hdr->len, &src_lladdr_s)) { in handle_ns_input()1287 NET_DBG("Unknown ND option 0x%x", nd_opt_hdr->type); in handle_ns_input()1295 (nd_opt_hdr->len << 3)); in handle_ns_input()1302 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()1847 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_na_input() local1883 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_na_input()[all …]