/linux-4.1.27/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 | 68 struct tcphdr _tcph; in tcp_mt() local 88 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt() 110 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt() 115 th->doff*4 - sizeof(_tcph), in tcp_mt()
|
D | xt_ecn.c | 33 struct tcphdr _tcph; in match_tcp() local 39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
|
D | nf_log_common.c | 60 struct tcphdr _tcph; in nf_log_dump_tcp_header() local 70 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header()
|
D | nf_conntrack_sane.c | 68 struct tcphdr _tcph; in help() local 84 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_irc.c | 112 struct tcphdr _tcph; in help() local 134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_proto_tcp.c | 760 struct tcphdr _tcph; in tcp_error() local 765 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_error() 826 struct tcphdr _tcph; in tcp_packet() local 830 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_packet() 1108 struct tcphdr _tcph; in tcp_new() local 1114 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_new()
|
D | nf_conntrack_ftp.c | 392 struct tcphdr _tcph; in help() local 413 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_pptp.c | 515 struct tcphdr _tcph; in conntrack_pptp_help() local 531 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
|
D | xt_osf.c | 194 struct tcphdr _tcph; in xt_osf_match_packet() local 208 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), &_tcph); in xt_osf_match_packet()
|
D | nf_conntrack_sip.c | 1485 struct tcphdr *th, _tcph; in sip_help_tcp() local 1499 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in sip_help_tcp()
|
D | nf_conntrack_h323_main.c | 126 struct tcphdr _tcph; in get_tpkt_data() local 134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in get_tpkt_data()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_getport.c | 29 struct tcphdr _tcph; in get_port() local 32 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph); in get_port()
|
/linux-4.1.27/net/ipv4/netfilter/ |
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 | nf_nat_h323.c | 35 struct tcphdr _tcph; in set_addr() local 51 sizeof(_tcph), &_tcph); in set_addr()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sh.c | 284 struct tcphdr _tcph, *th; in ip_vs_sh_get_port() local 290 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in ip_vs_sh_get_port()
|
D | ip_vs_proto_tcp.c | 41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local 44 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in tcp_conn_schedule() 550 struct tcphdr _tcph, *th; in tcp_state_transition() local 558 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
|
D | ip_vs_core.c | 1033 struct tcphdr _tcph, *th; in is_tcp_reset() local 1035 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset() 1046 struct tcphdr _tcph, *th; in is_new_conn() local 1048 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in is_new_conn()
|
/linux-4.1.27/security/ |
D | lsm_audit.c | 137 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local 139 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in ipv6_skb_to_auditdata()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 3763 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 3769 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 3848 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local 3850 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 3564 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local 3585 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
|