/net/netfilter/ |
D | xt_tcpmss.c | 32 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()
|
D | xt_tcpudp.c | 74 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()
|
D | nf_conntrack_sane.c | 67 struct tcphdr _tcph; in help() local 84 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_irc.c | 109 struct tcphdr _tcph; in help() local 132 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_proto_tcp.c | 758 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()
|
D | nf_conntrack_ftp.c | 356 struct tcphdr _tcph; in help() local 377 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_pptp.c | 508 struct tcphdr _tcph; in conntrack_pptp_help() local 525 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
|
D | nf_conntrack_h323_main.c | 118 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/ |
D | ipt_ecn.c | 35 struct tcphdr _tcph; in match_tcp() local 41 th = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in match_tcp()
|
D | ipt_ECN.c | 50 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()
|
D | ipt_LOG.c | 100 struct tcphdr _tcph; in dump_packet() local 111 sizeof(_tcph), &_tcph); in dump_packet() 157 iphoff+ih->ihl*4+sizeof(_tcph), in dump_packet()
|
D | nf_nat_h323.c | 36 struct tcphdr _tcph; in set_addr() local 54 sizeof(_tcph), &_tcph); in set_addr()
|
/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 78 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()
|
D | ip_vs_core.c | 859 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/ |
D | ip6t_LOG.c | 205 struct tcphdr _tcph; in dump_packet() local 215 th = skb_header_pointer(skb, ptr, sizeof(_tcph), &_tcph); in dump_packet()
|