/kernel/linux/linux-5.10/net/netfilter/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | nf_conntrack_sane.c | 69 struct tcphdr _tcph; in help() local 85 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
H A D | nft_synproxy.c | 48 struct tcphdr *_tcph, in nft_synproxy_eval_v4() 79 struct tcphdr *_tcph, in nft_synproxy_eval_v6() 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() 44 nft_synproxy_eval_v4(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v4() argument 75 nft_synproxy_eval_v6(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v6() argument
|
H A D | nfnetlink_osf.c | 169 struct tcphdr *_tcph) in nf_osf_hdr_ctx_init() 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() 165 nf_osf_hdr_ctx_init(struct nf_osf_hdr_ctx *ctx, const struct sk_buff *skb, const struct iphdr *ip, unsigned char *opts, struct tcphdr *_tcph) nf_osf_hdr_ctx_init() argument
|
H A D | nf_conntrack_irc.c | 112 struct tcphdr _tcph; in help() local 134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
H A 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()
|
H A D | nft_osf.c | 29 struct tcphdr _tcph; in nft_osf_eval() local 37 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
|
H A 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()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A 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()
|
H A D | xt_tcpudp.c | 72 struct tcphdr _tcph; in tcp_mt() local 90 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcp_mt() 111 if (th->doff * 4 < sizeof(_tcph)) { in tcp_mt() 116 th->doff*4 - sizeof(_tcph), in tcp_mt()
|
H A 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()
|
H A D | nf_conntrack_sane.c | 65 struct tcphdr _tcph; in help() local 83 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
H A D | nfnetlink_osf.c | 169 struct tcphdr *_tcph) in nf_osf_hdr_ctx_init() 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() 165 nf_osf_hdr_ctx_init(struct nf_osf_hdr_ctx *ctx, const struct sk_buff *skb, const struct iphdr *ip, unsigned char *opts, struct tcphdr *_tcph) nf_osf_hdr_ctx_init() argument
|
H A D | nft_synproxy.c | 48 struct tcphdr *_tcph, in nft_synproxy_eval_v4() 79 struct tcphdr *_tcph, in nft_synproxy_eval_v6() 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() 44 nft_synproxy_eval_v4(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v4() argument 75 nft_synproxy_eval_v6(const struct nft_synproxy *priv, struct nft_regs *regs, const struct nft_pktinfo *pkt, const struct tcphdr *tcp, struct tcphdr *_tcph, struct synproxy_options *opts) nft_synproxy_eval_v6() argument
|
H A D | nf_conntrack_irc.c | 113 struct tcphdr _tcph; in help() local 136 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
|
H A D | nft_osf.c | 29 struct tcphdr _tcph; in nft_osf_eval() local 37 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A 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()
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A 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-6.6/net/ipv4/netfilter/ |
H A 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()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A 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/netfilter/ipvs/ |
H A 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()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A 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()
|
/kernel/linux/linux-5.10/security/ |
H A 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()
|