Lines Matching refs:thoff
116 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in __skb_flow_get_ports() argument
129 ports = __skb_header_pointer(skb, thoff + poff, in __skb_flow_get_ports()
164 const void *data, int thoff, int hlen) in skb_flow_get_icmp_tci() argument
168 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih); in skb_flow_get_icmp_tci()
191 int thoff, int hlen) in __skb_flow_dissect_icmp() argument
202 skb_flow_get_icmp_tci(skb, key_icmp, data, thoff, hlen); in __skb_flow_dissect_icmp()
700 int thoff, int hlen) in __skb_flow_dissect_tcp() argument
708 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp()
807 key_control->thoff = flow_keys->thoff; in __skb_flow_bpf_to_target()
876 flow_keys->thoff = flow_keys->nhoff; in bpf_flow_dissect()
889 flow_keys->thoff = clamp_t(u16, flow_keys->thoff, in bpf_flow_dissect()
1437 key_control->thoff = min_t(u16, nhoff, skb ? skb->len : hlen); in __skb_flow_dissect()
1657 u32 poff = keys->control.thoff; in __skb_get_poff()