Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dmip6.c141 struct ipv6_destopt_hdr *dstopt; in mip6_destopt_output() local
152 dstopt = (struct ipv6_destopt_hdr *)skb_transport_header(skb); in mip6_destopt_output()
153 dstopt->nexthdr = nexthdr; in mip6_destopt_output()
155 hao = mip6_padn((char *)(dstopt + 1), in mip6_destopt_output()
156 calc_padlen(sizeof(*dstopt), 6)); in mip6_destopt_output()
162 len = ((char *)hao - (char *)dstopt) + sizeof(*hao); in mip6_destopt_output()
170 dstopt->hdrlen = (x->props.header_len >> 3) - 1; in mip6_destopt_output()