Home
last modified time | relevance | path

Searched refs:rt_hdr (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dipv6.h82 struct ipv6_rt_hdr rt_hdr; member
86 #define rt0_type rt_hdr.type
94 struct ipv6_rt_hdr rt_hdr; member
98 #define rt2_type rt_hdr.type
/linux/net/ipv6/
H A Dmip6.c292 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()
/linux/net/sched/
H A Dematch.c310 struct nlattr *rt_match, *rt_hdr, *rt_list; in tcf_em_tree_validate() local
324 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()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c2517 struct ieee80211_radiotap_header_fixed rt_hdr; in isr_rx_monitor() member
2555 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()