Home
last modified time | relevance | path

Searched refs:_tcph (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_tcpmss.c29 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 Dxt_tcpudp.c69 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 Dxt_ecn.c30 struct tcphdr _tcph; in match_tcp() local
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
H A Dnf_conntrack_sane.c69 struct tcphdr _tcph; in help() local
85 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
H A Dnft_synproxy.c48 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 Dnfnetlink_osf.c169 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 Dnf_conntrack_irc.c112 struct tcphdr _tcph; in help() local
134 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
H A Dnf_log_common.c57 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 Dnft_osf.c29 struct tcphdr _tcph; in nft_osf_eval() local
37 sizeof(struct tcphdr), &_tcph); in nft_osf_eval()
H A Dnft_flow_offload.c76 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 Dxt_tcpmss.c29 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 Dxt_tcpudp.c72 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 Dxt_ecn.c30 struct tcphdr _tcph; in match_tcp() local
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in match_tcp()
H A Dnf_conntrack_sane.c65 struct tcphdr _tcph; in help() local
83 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
H A Dnfnetlink_osf.c169 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 Dnft_synproxy.c48 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 Dnf_conntrack_irc.c113 struct tcphdr _tcph; in help() local
136 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
H A Dnft_osf.c29 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 Dipt_ECN.c47 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 Dip_set_getport.c30 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 Dipt_ECN.c47 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 Dip_set_getport.c30 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 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()
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 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()
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 Dlsm_audit.c135 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()

Completed in 16 milliseconds

12