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
275 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_destopt_offset()
279 switch (**nexthdr) { in mip6_destopt_offset()
305 *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
411 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_rthdr_offset()
415 switch (**nexthdr) { in mip6_rthdr_offset()
440 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()