Lines Matching refs:nexthdr
123 int err = destopt->nexthdr; in mip6_destopt_input()
143 u8 nexthdr; in mip6_destopt_output() local
149 nexthdr = *skb_mac_header(skb); in mip6_destopt_output()
153 dstopt->nexthdr = nexthdr; in mip6_destopt_output()
251 u8 **nexthdr) in mip6_destopt_offset() argument
261 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_destopt_offset()
265 switch (**nexthdr) { in mip6_destopt_offset()
291 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()
343 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input()
361 u8 nexthdr; in mip6_rthdr_output() local
366 nexthdr = *skb_mac_header(skb); in mip6_rthdr_output()
370 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output()
387 u8 **nexthdr) in mip6_rthdr_offset() argument
397 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_rthdr_offset()
401 switch (**nexthdr) { in mip6_rthdr_offset()
426 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()