Lines Matching refs:nexthdr
135 int err = destopt->nexthdr; in mip6_destopt_input()
155 u8 nexthdr; in mip6_destopt_output() local
161 nexthdr = *skb_mac_header(skb); in mip6_destopt_output()
165 dstopt->nexthdr = nexthdr; in mip6_destopt_output()
265 u8 **nexthdr) in mip6_destopt_offset() argument
274 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_destopt_offset()
278 switch (**nexthdr) { in mip6_destopt_offset()
304 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()
357 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input()
375 u8 nexthdr; in mip6_rthdr_output() local
380 nexthdr = *skb_mac_header(skb); in mip6_rthdr_output()
384 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output()
401 u8 **nexthdr) in mip6_rthdr_offset() argument
410 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_rthdr_offset()
414 switch (**nexthdr) { in mip6_rthdr_offset()
439 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()