Home
last modified time | relevance | path

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

/Linux-v4.19/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
86 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt()
107 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt()
112 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_conntrack_sane.c70 struct tcphdr _tcph; in help() local
86 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnft_osf.c22 struct tcphdr _tcph; in nft_osf_eval() local
26 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
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_irc.c114 struct tcphdr _tcph; in help() local
136 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_proto_tcp.c734 struct tcphdr _tcph; in tcp_error() local
739 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_error()
785 struct tcphdr _tcph; in tcp_packet() local
788 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_packet()
1076 struct tcphdr _tcph; in tcp_new() local
1082 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in tcp_new()
Dnf_conntrack_ftp.c381 struct tcphdr _tcph; in help() local
402 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
Dnf_conntrack_pptp.c513 struct tcphdr _tcph; in conntrack_pptp_help() local
537 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
Dnfnetlink_osf.c172 struct tcphdr _tcph; in nf_osf_hdr_ctx_init() local
174 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), &_tcph); in nf_osf_hdr_ctx_init()
Dnf_conntrack_sip.c1490 struct tcphdr *th, _tcph; in sip_help_tcp() local
1504 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-v4.19/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-v4.19/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-v4.19/net/netfilter/ipvs/
Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
49 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in tcp_conn_schedule()
590 struct tcphdr _tcph, *th; in tcp_state_transition() local
598 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
Dip_vs_core.c1060 struct tcphdr _tcph, *th; in is_tcp_reset() local
1062 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset()
1073 struct tcphdr _tcph, *th; in is_new_conn() local
1075 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in is_new_conn()
/Linux-v4.19/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-v4.19/net/sched/
Dsch_cake.c866 struct tcphdr _tcph; in cake_get_tcphdr() local
902 tcph = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in cake_get_tcphdr()
1111 unsigned char _tcph[64], _tcph_check[64]; in cake_ack_filter() local
1126 tcph = cake_get_tcphdr(skb, _tcph, sizeof(_tcph)); in cake_ack_filter()
/Linux-v4.19/security/selinux/
Dhooks.c4245 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local
4251 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4()
4347 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local
4349 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
/Linux-v4.19/security/smack/
Dsmack_lsm.c3874 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local
3895 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()