| /net/ipv6/ |
| A D | tcpv6_offload.c | 18 struct tcphdr *th) in tcp6_check_fraglist_gro() 52 struct tcphdr *th; in tcp6_gro_receive() local 77 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local 101 struct tcphdr *th = tcp_hdr(seg); in __tcpv6_gso_segment_csum() local 120 const struct tcphdr *th; in __tcpv6_gso_segment_list_csum() local 163 struct tcphdr *th; in tcp6_gso_segment() local 172 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local 182 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
|
| A D | syncookies.c | 93 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence() 112 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local 117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) in __cookie_v6_check() 170 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
|
| A D | tcp_ipv6.c | 381 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local 696 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers() 721 const struct tcphdr *th) in tcp_v6_md5_hash_hdr() 753 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local 874 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local 1017 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local 1303 const struct tcphdr *th = tcp_hdr(skb); local 1312 struct tcphdr *th, u32 *cookie) 1728 const struct tcphdr *th) 1757 const struct tcphdr *th; local [all …]
|
| /net/ipv4/ |
| A D | tcp_offload.c | 38 struct tcphdr *th; in __tcpv4_gso_segment_csum() local 57 const struct tcphdr *th; in __tcpv4_gso_segment_list_csum() local 108 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local 118 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local 137 struct tcphdr *th; in tcp_gso_segment() local 288 struct tcphdr *th; in tcp_gro_pull_header() local 313 struct tcphdr *th) in tcp_gro_receive() 398 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local 417 struct tcphdr *th) in tcp4_check_fraglist_gro() 449 struct tcphdr *th; in tcp4_gro_receive() local [all …]
|
| A D | syncookies.c | 154 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence() 174 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local 183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check() 269 const struct tcphdr *th = tcp_hdr(skb); in cookie_tcp_reqsk_init() local 402 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
|
| A D | tcp_ipv4.c | 666 struct tcphdr *th = tcp_hdr(skb); in __tcp_v4_send_check() local 744 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local 746 struct tcphdr th; in tcp_v4_send_reset() member 943 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_ack() local 945 struct tcphdr th; in tcp_v4_send_ack() member 1637 const struct tcphdr *th = tcp_hdr(skb); local 1881 struct tcphdr *th, u32 *cookie) 1980 const struct tcphdr *th; local 2020 const struct tcphdr *th; local 2171 const struct tcphdr *th) [all …]
|
| A D | tcp_ao.c | 419 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_ao_calc_key_skb() local 462 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_pseudoheader() local 527 const struct tcphdr *th, in tcp_ao_hash_header() 564 const struct tcphdr *th, u32 sne) in tcp_ao_hash_hdr() 626 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_skb() local 729 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_prepare_reset() local 810 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb() 869 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_syncookie() local 906 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_verify_hash() local 947 const struct tcphdr *th = tcp_hdr(skb); in tcp_inbound_ao_hash() local
|
| A D | tcp_input.c | 4010 static bool smc_parse_options(const struct tcphdr *th, in smc_parse_options() 4081 const struct tcphdr *th = tcp_hdr(skb); in tcp_parse_options() local 4230 const struct tcphdr *th, struct tcp_sock *tp) in tcp_fast_parse_options() 4255 int tcp_do_parse_auth_options(const struct tcphdr *th, in tcp_do_parse_auth_options() 4349 const struct tcphdr *th = tcp_hdr(skb); in tcp_disordered_ack_check() local 5871 const struct tcphdr *th, int syn_inerr) in tcp_validate_incoming() 6037 const struct tcphdr *th = (const struct tcphdr *)skb->data; in tcp_rcv_established() local 6381 const struct tcphdr *th) in tcp_rcv_synsent_state_process() 6680 const struct tcphdr *th = tcp_hdr(skb); in tcp_rcv_state_process() local 6981 const struct tcphdr *th = tcp_hdr(skb); in tcp_ecn_create_request() local [all …]
|
| A D | tcp_minisocks.c | 100 const struct tcphdr *th, u32 *tw_isn, in tcp_timewait_state_process() 670 const struct tcphdr *th = tcp_hdr(skb); in tcp_check_req() local
|
| /net/netfilter/ |
| A D | nf_synproxy_core.c | 186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() 491 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn() 537 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack() 575 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack() 649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local 861 const struct tcphdr *th, in synproxy_send_client_synack_ipv6() 905 const struct tcphdr *th, in synproxy_send_server_syn_ipv6() 951 const struct tcphdr *th, in synproxy_send_server_ack_ipv6() 990 const struct tcphdr *th, in synproxy_send_client_ack_ipv6() 1031 const struct tcphdr *th, in synproxy_recv_client_ack_ipv6() [all …]
|
| A D | xt_tcpmss.c | 28 const struct tcphdr *th; in tcpmss_mt() local
|
| A D | xt_ecn.c | 31 const struct tcphdr *th; in match_tcp() local
|
| A D | nf_conntrack_proto_tcp.c | 802 static bool tcp_error(const struct tcphdr *th, in tcp_error() 840 const struct tcphdr *th, in tcp_new() 975 const struct tcphdr *th; in nf_conntrack_tcp_packet() local
|
| A D | nf_conntrack_sane.c | 64 const struct tcphdr *th; in help() local
|
| A D | nf_conntrack_irc.c | 112 const struct tcphdr *th; in help() local
|
| A D | nf_conntrack_seqadj.c | 64 const struct tcphdr *th; in nf_ct_tcp_seqadj_set() local
|
| /net/ceph/ |
| A D | auth_x.c | 122 struct ceph_x_ticket_handler *th; in get_ticket_handler() local 148 struct ceph_x_ticket_handler *th) in remove_ticket_handler() 167 struct ceph_x_ticket_handler *th; in process_one_ticket() local 467 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local 496 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local 606 struct ceph_x_ticket_handler *th; in handle_auth_session_key() local 671 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local 739 struct ceph_x_ticket_handler *th; in ceph_x_create_authorizer() local 774 struct ceph_x_ticket_handler *th; in ceph_x_update_authorizer() local 922 struct ceph_x_ticket_handler *th = in ceph_x_destroy() local [all …]
|
| /net/netfilter/ipvs/ |
| A D | ip_vs_app.c | 288 static inline void vs_fix_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_seq() 315 vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_ack_seq() 366 struct tcphdr *th; in app_tcp_pkt_out() local 443 struct tcphdr *th; in app_tcp_pkt_in() local
|
| A D | ip_vs_proto_tcp.c | 41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local 498 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx() 513 int direction, struct tcphdr *th) in set_tcp_state() 592 struct tcphdr _tcph, *th; in tcp_state_transition() local
|
| /net/ipv6/netfilter/ |
| A D | ip6t_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg6() local
|
| /net/ipv4/netfilter/ |
| A D | ipt_SYNPROXY.c | 19 struct tcphdr *th, _th; in synproxy_tg4() local
|
| /net/netfilter/ipset/ |
| A D | ip_set_getport.c | 31 const struct tcphdr *th; in get_port() local
|
| /net/ipv6/ila/ |
| A D | ila_common.c | 84 struct tcphdr *th = (struct tcphdr *) in ila_csum_adjust_transport() local
|
| /net/mptcp/ |
| A D | options.c | 362 const struct tcphdr *th = tcp_hdr(skb); in mptcp_get_options() local 1258 static void mptcp_set_rwin(struct tcp_sock *tp, struct tcphdr *th) in mptcp_set_rwin() 1355 void mptcp_write_options(struct tcphdr *th, __be32 *ptr, struct tcp_sock *tp, in mptcp_write_options()
|
| A D | syncookies.c | 41 struct tcphdr *th = tcp_hdr(skb); in mptcp_join_entry_hash() local
|