Searched defs:tcph (Results 1 – 11 of 11) sorted by relevance
/net/ipv4/ |
D | inet_lro.c | 37 #define TCP_HDR_LEN(tcph) (tcph->doff << 2) argument 39 #define TCP_PAYLOAD_LENGTH(iph, tcph) \ argument 54 static int lro_tcp_ip_check(struct iphdr *iph, struct tcphdr *tcph, in lro_tcp_ip_check() 105 struct tcphdr *tcph = lro_desc->tcph; in lro_update_tcp_ip_header() local 131 static __wsum lro_tcp_data_csum(struct iphdr *iph, struct tcphdr *tcph, int len) in lro_tcp_data_csum() 149 struct iphdr *iph, struct tcphdr *tcph, in lro_init_desc() 190 struct tcphdr *tcph, int tcp_data_len) in lro_add_common() 219 struct iphdr *iph, struct tcphdr *tcph) in lro_add_packet() 240 struct iphdr *iph, struct tcphdr *tcph) in lro_add_frags() 263 struct tcphdr *tcph) in lro_check_tcp_conn() [all …]
|
/net/ipv4/netfilter/ |
D | nf_nat_helper.c | 145 struct tcphdr *tcph; in nf_nat_mangle_tcp_packet() local 286 struct tcphdr *tcph, in sack_adjust() 329 struct tcphdr *tcph, in nf_nat_sack_adjust() 377 struct tcphdr *tcph; in nf_nat_seq_adjust() local
|
D | ipt_ECN.c | 50 struct tcphdr _tcph, *tcph; in set_ect_tcp() local
|
D | ipt_REJECT.c | 41 struct tcphdr _otcph, *tcph; in send_reset() local
|
/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 307 static unsigned int get_conntrack_index(const struct tcphdr *tcph) in get_conntrack_index() 348 const struct tcphdr *tcph) in segment_seq_plus_len() 367 const struct tcphdr *tcph, in tcp_options() 422 const struct tcphdr *tcph, __u32 *sack) in tcp_sack() 488 const struct tcphdr *tcph, in tcp_in_window() 701 const struct tcphdr *tcph = (const void *)skb->data + dataoff; in nf_conntrack_tcp_update() local
|
D | xt_TCPOPTSTRIP.c | 38 struct tcphdr *tcph; in tcpoptstrip_mangle_packet() local
|
D | xt_TCPMSS.c | 51 struct tcphdr *tcph; in tcpmss_mangle_packet() local
|
D | nf_conntrack_pptp.c | 507 const struct tcphdr *tcph; in conntrack_pptp_help() local
|
/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 118 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update() 139 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update() 163 struct tcphdr *tcph; in tcp_snat_handler() local 233 struct tcphdr *tcph; in tcp_dnat_handler() local
|
/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 41 struct tcphdr otcph, *tcph; in send_reset() local
|
/net/sched/ |
D | act_nat.c | 170 struct tcphdr *tcph; in tcf_nat() local
|