Lines Matching refs:nexthdr
131 int err = destopt->nexthdr; in mip6_destopt_input()
151 u8 nexthdr; in mip6_destopt_output() local
157 nexthdr = *skb_mac_header(skb); in mip6_destopt_output()
161 dstopt->nexthdr = nexthdr; in mip6_destopt_output()
261 u8 **nexthdr) in mip6_destopt_offset() argument
270 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_destopt_offset()
274 switch (**nexthdr) { in mip6_destopt_offset()
300 *nexthdr = &exthdr->nexthdr; in mip6_destopt_offset()
354 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input()
372 u8 nexthdr; in mip6_rthdr_output() local
377 nexthdr = *skb_mac_header(skb); in mip6_rthdr_output()
381 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output()
398 u8 **nexthdr) in mip6_rthdr_offset() argument
407 *nexthdr = &ipv6_hdr(skb)->nexthdr; in mip6_rthdr_offset()
411 switch (**nexthdr) { in mip6_rthdr_offset()
436 *nexthdr = &exthdr->nexthdr; in mip6_rthdr_offset()