/Linux-v4.19/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 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()
|
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_conntrack_sane.c | 70 struct tcphdr _tcph; in help() local 86 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nft_osf.c | 22 struct tcphdr _tcph; in nft_osf_eval() local 26 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
|
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_irc.c | 114 struct tcphdr _tcph; in help() local 136 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_proto_tcp.c | 734 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()
|
D | nf_conntrack_ftp.c | 381 struct tcphdr _tcph; in help() local 402 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_pptp.c | 513 struct tcphdr _tcph; in conntrack_pptp_help() local 537 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
|
D | nfnetlink_osf.c | 172 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()
|
D | nf_conntrack_sip.c | 1490 struct tcphdr *th, _tcph; in sip_help_tcp() local 1504 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-v4.19/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-v4.19/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-v4.19/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 41 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()
|
D | ip_vs_core.c | 1060 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/ |
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-v4.19/net/sched/ |
D | sch_cake.c | 866 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/ |
D | hooks.c | 4245 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/ |
D | smack_lsm.c | 3874 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()
|