/kernel/linux/linux-5.10/net/netfilter/ |
D | xt_tcpmss.c | 29 struct tcphdr _tcph; in tcpmss_mt() local 32 u8 _opt[15 * 4 - sizeof(_tcph)]; in tcpmss_mt() 36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt()
|
D | xt_tcpudp.c | 69 struct tcphdr _tcph; in tcp_mt() local 87 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt() 108 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt() 113 th->doff*4 - sizeof(_tcph), in tcp_mt()
|
D | xt_ecn.c | 30 struct tcphdr _tcph; in match_tcp() local 36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
|
D | nft_synproxy.c | 48 struct tcphdr *_tcph, in nft_synproxy_eval_v4() argument 79 struct tcphdr *_tcph, in nft_synproxy_eval_v6() argument 114 struct tcphdr _tcph; in nft_synproxy_do_eval() local 128 &_tcph); in nft_synproxy_do_eval() 141 nft_synproxy_eval_v4(priv, regs, pkt, tcp, &_tcph, &opts); in nft_synproxy_do_eval() 145 nft_synproxy_eval_v6(priv, regs, pkt, tcp, &_tcph, &opts); in nft_synproxy_do_eval()
|
D | nfnetlink_osf.c | 169 struct tcphdr *_tcph) in nf_osf_hdr_ctx_init() argument 173 tcp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(struct tcphdr), _tcph); in nf_osf_hdr_ctx_init() 210 struct tcphdr _tcph; in nf_osf_match() local 214 tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph); in nf_osf_match() 271 struct tcphdr _tcph; in nf_osf_find() local 276 tcp = nf_osf_hdr_ctx_init(&ctx, skb, ip, opts, &_tcph); in nf_osf_find()
|
D | nf_conntrack_sane.c | 69 struct tcphdr _tcph; in help() local 85 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_log_common.c | 57 struct tcphdr _tcph; in nf_log_dump_tcp_header() local 67 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header()
|
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 | nft_flow_offload.c | 76 struct tcphdr _tcph, *tcph = NULL; in nft_flow_offload_eval() local 94 sizeof(_tcph), &_tcph); in nft_flow_offload_eval()
|
D | nft_osf.c | 29 struct tcphdr _tcph; in nft_osf_eval() local 37 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
|
D | nf_conntrack_ftp.c | 380 struct tcphdr _tcph; in help() local 401 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
D | nf_conntrack_pptp.c | 522 struct tcphdr _tcph; in conntrack_pptp_help() local 546 tcph = skb_header_pointer(skb, nexthdr_off, sizeof(_tcph), &_tcph); in conntrack_pptp_help()
|
D | nf_conntrack_proto_tcp.c | 857 struct tcphdr _tcph; in nf_conntrack_tcp_packet() local 860 th = skb_header_pointer(skb, dataoff, sizeof(_tcph), &_tcph); in nf_conntrack_tcp_packet()
|
D | nf_conntrack_sip.c | 1530 struct tcphdr *th, _tcph; in sip_help_tcp() local 1544 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in sip_help_tcp()
|
D | nf_conntrack_h323_main.c | 125 struct tcphdr _tcph; in get_tpkt_data() local 133 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in get_tpkt_data()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_getport.c | 30 struct tcphdr _tcph; in get_port() local 33 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph); in get_port()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
D | ipt_ECN.c | 47 struct tcphdr _tcph, *tcph; in set_ect_tcp() local 51 tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph); in set_ect_tcp()
|
D | nf_nat_h323.c | 34 struct tcphdr _tcph; in set_addr() local 50 sizeof(_tcph), &_tcph); in set_addr()
|
/kernel/linux/linux-5.10/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() 592 struct tcphdr _tcph, *th; in tcp_state_transition() local 600 th = skb_header_pointer(skb, ihl, sizeof(_tcph), &_tcph); in tcp_state_transition()
|
D | ip_vs_core.c | 1078 struct tcphdr _tcph, *th; in is_tcp_reset() local 1080 th = skb_header_pointer(skb, nh_len, sizeof(_tcph), &_tcph); in is_tcp_reset() 1091 struct tcphdr _tcph, *th; in is_new_conn() local 1093 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in is_new_conn()
|
/kernel/linux/linux-5.10/security/ |
D | lsm_audit.c | 135 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local 137 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in ipv6_skb_to_auditdata()
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_cake.c | 909 struct tcphdr _tcph; in cake_get_tcphdr() local 945 tcph = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in cake_get_tcphdr() 1158 unsigned char _tcph[64], _tcph_check[64]; in cake_ack_filter() local 1173 tcph = cake_get_tcphdr(skb, _tcph, sizeof(_tcph)); in cake_ack_filter()
|
/kernel/linux/linux-5.10/security/selinux/ |
D | hooks.c | 4210 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local 4216 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv4() 4312 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local 4314 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in selinux_parse_skb_ipv6()
|
/kernel/linux/linux-5.10/security/smack/ |
D | smack_lsm.c | 3794 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local 3815 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in smk_skb_to_addr_ipv6()
|