Lines Matching defs:thoff
111 * @thoff: transport header offset
116 * The function will try to retrieve the ports at offset thoff + poff where poff
119 __be32 skb_flow_get_ports(const struct sk_buff *skb, int thoff, u8 ip_proto,
132 ports = __skb_header_pointer(skb, thoff + poff,
162 * @thoff: offset to extract at
167 const void *data, int thoff, int hlen)
171 ih = __skb_header_pointer(skb, thoff, sizeof(_ih), data, hlen, &_ih);
194 int thoff, int hlen)
205 skb_flow_get_icmp_tci(skb, key_icmp, data, thoff, hlen);
829 int thoff, int hlen)
837 th = __skb_header_pointer(skb, thoff, sizeof(_th), data, hlen, &_th);
944 key_control->thoff = flow_keys->thoff;
1014 flow_keys->thoff = flow_keys->nhoff;
1027 flow_keys->thoff = clamp_t(u16, flow_keys->thoff,
1687 key_control->thoff = min_t(u16, nhoff, skb ? skb->len : hlen);
1919 u32 poff = keys->control.thoff;