Home
last modified time | relevance | path

Searched refs:_tcph (Results 1 – 15 of 15) sorted by relevance

/net/netfilter/
Dxt_tcpmss.c32 struct tcphdr _tcph; in tcpmss_mt() local
35 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt()
39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt()
Dxt_tcpudp.c74 struct tcphdr _tcph; in tcp_mt() local
94 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt()
116 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt()
121 th->doff*4 - sizeof(_tcph), in tcp_mt()
Dnf_conntrack_sane.c67 struct tcphdr _tcph; in help() local
84 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_irc.c109 struct tcphdr _tcph; in help() local
132 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_proto_tcp.c758 struct tcphdr _tcph; in tcp_error() local
763 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_error()
817 struct tcphdr _tcph; in tcp_packet() local
821 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_packet()
1008 struct tcphdr _tcph; in tcp_new() local
1012 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_new()
Dnf_conntrack_ftp.c356 struct tcphdr _tcph; in help() local
377 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_pptp.c508 struct tcphdr _tcph; in conntrack_pptp_help() local
525 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
Dnf_conntrack_h323_main.c118 struct tcphdr _tcph; in get_tpkt_data() local
126 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in get_tpkt_data()
/net/ipv4/netfilter/
Dipt_ecn.c35 struct tcphdr _tcph; in match_tcp() local
41 th = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in match_tcp()
Dipt_ECN.c50 struct tcphdr _tcph, *tcph; in set_ect_tcp() local
54 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in set_ect_tcp()
Dipt_LOG.c100 struct tcphdr _tcph; in dump_packet() local
111 sizeof(_tcph), &_tcph); in dump_packet()
157 iphoff+ih->ihl*4+sizeof(_tcph), in dump_packet()
Dnf_nat_h323.c36 struct tcphdr _tcph; in set_addr() local
54 sizeof(_tcph), &_tcph); in set_addr()
/net/netfilter/ipvs/
Dip_vs_proto_tcp.c78 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
83 th = skb_header_pointer(skb, iph.len, sizeof(_tcph), &_tcph); in tcp_conn_schedule()
571 struct tcphdr _tcph, *th; in tcp_state_transition() local
579 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
Dip_vs_core.c859 struct tcphdr _tcph, *th; in is_tcp_reset() local
861 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset()
/net/ipv6/netfilter/
Dip6t_LOG.c205 struct tcphdr _tcph; in dump_packet() local
215 th = skb_header_pointer(skb, ptr, sizeof(_tcph), &_tcph); in dump_packet()