Home
last modified time | relevance | path

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

/linux-4.1.27/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.c68 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()
Dxt_ecn.c33 struct tcphdr _tcph; in match_tcp() local
39 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
Dnf_log_common.c60 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()
Dnf_conntrack_sane.c68 struct tcphdr _tcph; in help() local
84 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_irc.c112 struct tcphdr _tcph; in help() local
134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_proto_tcp.c760 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()
Dnf_conntrack_ftp.c392 struct tcphdr _tcph; in help() local
413 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_pptp.c515 struct tcphdr _tcph; in conntrack_pptp_help() local
531 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
Dxt_osf.c194 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()
Dnf_conntrack_sip.c1485 struct tcphdr *th, _tcph; in sip_help_tcp() local
1499 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in sip_help_tcp()
Dnf_conntrack_h323_main.c126 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/
Dip_set_getport.c29 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/
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()
Dnf_nat_h323.c35 struct tcphdr _tcph; in set_addr() local
51 sizeof(_tcph), &_tcph); in set_addr()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sh.c284 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()
Dip_vs_proto_tcp.c41 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()
Dip_vs_core.c1033 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/
Dlsm_audit.c137 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/
Dhooks.c3763 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/
Dsmack_lsm.c3564 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()