Searched refs:rt_hdr (Results 1 – 3 of 3) sorted by relevance
292 int err = rt2->rt_hdr.nexthdr; in mip6_rthdr_input()319 rt2->rt_hdr.nexthdr = nexthdr; in mip6_rthdr_output()320 rt2->rt_hdr.hdrlen = (x->props.header_len >> 3) - 1; in mip6_rthdr_output()321 rt2->rt_hdr.type = IPV6_SRCRT_TYPE_2; in mip6_rthdr_output()322 rt2->rt_hdr.segments_left = 1; in mip6_rthdr_output()325 WARN_ON(rt2->rt_hdr.hdrlen != 2); in mip6_rthdr_output()
1086 phdr = skb_push(skb, (ihdr->rt_hdr.hdrlen + 1) << 3); in ipv6_push_rthdr0()1089 hops = ihdr->rt_hdr.hdrlen >> 1; in ipv6_push_rthdr0()1098 phdr->rt_hdr.nexthdr = *proto; in ipv6_push_rthdr0()
310 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local324 rt_hdr = tb[TCA_EMATCH_TREE_HDR]; in tcf_em_tree_validate()327 if (rt_hdr == NULL || rt_list == NULL) in tcf_em_tree_validate()330 tree_hdr = nla_data(rt_hdr); in tcf_em_tree_validate()
Completed in 10 milliseconds