Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dipv6.h81 struct ipv6_rt_hdr rt_hdr; member
85 #define rt0_type rt_hdr.type
93 struct ipv6_rt_hdr rt_hdr; member
97 #define rt2_type rt_hdr.type
/linux-6.1.9/net/ipv6/
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()
Dexthdrs.c1116 phdr = skb_push(skb, (ihdr->rt_hdr.hdrlen + 1) << 3); in ipv6_push_rthdr0()
1119 hops = ihdr->rt_hdr.hdrlen >> 1; in ipv6_push_rthdr0()
1128 phdr->rt_hdr.nexthdr = *proto; in ipv6_push_rthdr0()
/linux-6.1.9/net/sched/
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-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c7773 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION; in ipw_handle_data_packet_monitor()
7774 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */ in ipw_handle_data_packet_monitor()
7775 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */ in ipw_handle_data_packet_monitor()
7778 ipw_rt->rt_hdr.it_present = cpu_to_le32( in ipw_handle_data_packet_monitor()
7979 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION; in ipw_handle_promiscuous_rx()
7980 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */ in ipw_handle_promiscuous_rx()
7981 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */ in ipw_handle_promiscuous_rx()
7987 ipw_rt->rt_hdr.it_present = cpu_to_le32( in ipw_handle_promiscuous_rx()
10329 struct ieee80211_radiotap_header *rt_hdr; in ipw_handle_promiscuous_tx() local
10338 dst = alloc_skb(len + sizeof(*rt_hdr) + sizeof(u16)*2, GFP_ATOMIC); in ipw_handle_promiscuous_tx()
[all …]
Dipw2100.c2534 struct ieee80211_radiotap_header rt_hdr; in isr_rx_monitor() member
2572 ipw_rt->rt_hdr.it_version = PKTHDR_RADIOTAP_VERSION; in isr_rx_monitor()
2573 ipw_rt->rt_hdr.it_pad = 0; /* always good to zero */ in isr_rx_monitor()
2574 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total hdr+data */ in isr_rx_monitor()
2576 ipw_rt->rt_hdr.it_present = cpu_to_le32(1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL); in isr_rx_monitor()
Dipw2200.h1147 struct ieee80211_radiotap_header rt_hdr; member