Lines Matching refs:thoff
119 __be32 skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto, in skb_flow_get_ports() argument
132 ports = __skb_header_pointer(skb, thoff + poff, in skb_flow_get_ports()
167 const void *data, int thoff, int hlen) in skb_flow_get_icmp_tci() argument
171 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih); in skb_flow_get_icmp_tci()
194 int thoff, int hlen) in __skb_flow_dissect_icmp() argument
205 skb_flow_get_icmp_tci(skb, key_icmp, data, thoff, hlen); in __skb_flow_dissect_icmp()
829 int thoff, int hlen) in __skb_flow_dissect_tcp() argument
837 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th); in __skb_flow_dissect_tcp()
944 key_control->thoff = flow_keys->thoff; in __skb_flow_bpf_to_target()
1014 flow_keys->thoff = flow_keys->nhoff; in bpf_flow_dissect()
1027 flow_keys->thoff = clamp_t(u16, flow_keys->thoff, in bpf_flow_dissect()
1690 key_control->thoff = min_t(u16, nhoff, skb ? skb->len : hlen); in __skb_flow_dissect()
1922 u32 poff = keys->control.thoff; in __skb_get_poff()