Searched refs:nd_rd (Results 1 – 1 of 1) sorted by relevance
1229 struct nd_redirect *nd_rd; in icmp6_redirect_input() local1253 IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len); in icmp6_redirect_input()1254 if (nd_rd == NULL) { in icmp6_redirect_input()1259 redtgt6 = nd_rd->nd_rd_target; in icmp6_redirect_input()1260 reddst6 = nd_rd->nd_rd_dst; in icmp6_redirect_input()1347 icmp6len -= sizeof(*nd_rd); in icmp6_redirect_input()1348 if (nd6_options(nd_rd + 1, icmp6len, &ndopts) < 0) { in icmp6_redirect_input()1441 struct nd_redirect *nd_rd; in icmp6_redirect_output() local1538 nd_rd = (struct nd_redirect *)(ip6 + 1); in icmp6_redirect_output()1539 nd_rd->nd_rd_type = ND_REDIRECT; in icmp6_redirect_output()[all …]