Lines Matching refs:thoff
411 unsigned int thoff; in tcf_ct_flow_table_fill_tuple_ipv4() local
418 thoff = iph->ihl * 4; in tcf_ct_flow_table_fill_tuple_ipv4()
421 unlikely(thoff != sizeof(struct iphdr))) in tcf_ct_flow_table_fill_tuple_ipv4()
432 thoff + sizeof(struct tcphdr) : in tcf_ct_flow_table_fill_tuple_ipv4()
433 thoff + sizeof(*ports))) in tcf_ct_flow_table_fill_tuple_ipv4()
438 *tcph = (void *)(skb_network_header(skb) + thoff); in tcf_ct_flow_table_fill_tuple_ipv4()
440 ports = (struct flow_ports *)(skb_network_header(skb) + thoff); in tcf_ct_flow_table_fill_tuple_ipv4()
458 unsigned int thoff; in tcf_ct_flow_table_fill_tuple_ipv6() local
472 thoff = sizeof(*ip6h); in tcf_ct_flow_table_fill_tuple_ipv6()
474 thoff + sizeof(struct tcphdr) : in tcf_ct_flow_table_fill_tuple_ipv6()
475 thoff + sizeof(*ports))) in tcf_ct_flow_table_fill_tuple_ipv6()
480 *tcph = (void *)(skb_network_header(skb) + thoff); in tcf_ct_flow_table_fill_tuple_ipv6()
482 ports = (struct flow_ports *)(skb_network_header(skb) + thoff); in tcf_ct_flow_table_fill_tuple_ipv6()