Lines Matching refs:thoff
118 __be32 __skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in __skb_flow_get_ports() argument
131 ports = __skb_header_pointer(skb, thoff + poff, in __skb_flow_get_ports()
166 const void *data, int thoff, int hlen) in skb_flow_get_icmp_tci() argument
170 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih); in skb_flow_get_icmp_tci()
193 int thoff, int hlen) in __skb_flow_dissect_icmp() argument
204 skb_flow_get_icmp_tci(skb, key_icmp, data, thoff, hlen); in __skb_flow_dissect_icmp()
727 int thoff, int hlen) in __skb_flow_dissect_tcp() argument
735 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp()
834 key_control->thoff = flow_keys->thoff; in __skb_flow_bpf_to_target()
903 flow_keys->thoff = flow_keys->nhoff; in bpf_flow_dissect()
916 flow_keys->thoff = clamp_t(u16, flow_keys->thoff, in bpf_flow_dissect()
1565 key_control->thoff = min_t(u16, nhoff, skb ? skb->len : hlen); in __skb_flow_dissect()
1784 u32 poff = keys->control.thoff; in __skb_get_poff()