Searched refs:nd_opt_hdr (Results 1 – 1 of 1) sorted by relevance
1155 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_ns_input() local1190 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()1193 while (nd_opt_hdr && nd_opt_hdr->len > 0 && in handle_ns_input()1199 switch (nd_opt_hdr->type) { in handle_ns_input()1205 if (!read_llao(pkt, nd_opt_hdr->len, &src_lladdr_s)) { in handle_ns_input()1215 NET_DBG("Unknown ND option 0x%x", nd_opt_hdr->type); in handle_ns_input()1223 (nd_opt_hdr->len << 3)); in handle_ns_input()1230 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_ns_input()1722 struct net_icmpv6_nd_opt_hdr *nd_opt_hdr; in handle_na_input() local1754 nd_opt_hdr = (struct net_icmpv6_nd_opt_hdr *) in handle_na_input()[all …]