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

/linux-4.4.14/net/ipv6/
H A Dmip6.c153 struct ipv6_destopt_hdr *dstopt; mip6_destopt_output() local
164 dstopt = (struct ipv6_destopt_hdr *)skb_transport_header(skb); mip6_destopt_output()
165 dstopt->nexthdr = nexthdr; mip6_destopt_output()
167 hao = mip6_padn((char *)(dstopt + 1), mip6_destopt_output()
168 calc_padlen(sizeof(*dstopt), 6)); mip6_destopt_output()
174 len = ((char *)hao - (char *)dstopt) + sizeof(*hao); mip6_destopt_output()
182 dstopt->hdrlen = (x->props.header_len >> 3) - 1; mip6_destopt_output()

Completed in 31 milliseconds