Searched refs:rt_hdr (Results 1 – 4 of 4) sorted by relevance
82 struct ipv6_rt_hdr rt_hdr; member86 #define rt0_type rt_hdr.type94 struct ipv6_rt_hdr rt_hdr; member98 #define rt2_type rt_hdr.type
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()
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()
2517 struct ieee80211_radiotap_header_fixed rt_hdr; in isr_rx_monitor() member2555 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION; in isr_rx_monitor()2556 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */ in isr_rx_monitor()2557 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total hdr+data */ in isr_rx_monitor()2559 ipw_rt->rt_hdr.it_present = cpu_to_le32(1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL); in isr_rx_monitor()