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()
263 u8 **nexthdr) in mip6_destopt_offset() argument
273 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_destopt_offset()
277 switch (**nexthdr) { in mip6_destopt_offset()
303 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()
355 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input()
373 u8 nexthdr; in mip6_rthdr_output() local
378 nexthdr = *skb_mac_header(skb); in mip6_rthdr_output()
382 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output()
399 u8 **nexthdr) in mip6_rthdr_offset() argument
409 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_rthdr_offset()
413 switch (**nexthdr) { in mip6_rthdr_offset()
438 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()