|
void | tcp_time_wait (struct sock *sk, int state, int timeo) |
|
bool | tcp_check_oom (struct sock *sk, int shift) |
|
void | tcp_init_mem (struct net *net) |
|
void | tcp_tasklet_init (void) |
|
void | tcp_v4_err (struct sk_buff *skb, u32) |
|
void | tcp_shutdown (struct sock *sk, int how) |
|
void | tcp_v4_early_demux (struct sk_buff *skb) |
|
int | tcp_v4_rcv (struct sk_buff *skb) |
|
struct inet_peer * | tcp_v4_get_peer (struct sock *sk) |
|
int | tcp_v4_tw_remember_stamp (struct inet_timewait_sock *tw) |
|
int | tcp_sendmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t size) |
|
int | tcp_sendpage (struct sock *sk, struct page *page, int offset, size_t size, int flags) |
|
void | tcp_release_cb (struct sock *sk) |
|
void | tcp_write_timer_handler (struct sock *sk) |
|
void | tcp_delack_timer_handler (struct sock *sk) |
|
int | tcp_ioctl (struct sock *sk, int cmd, unsigned long arg) |
|
int | tcp_rcv_state_process (struct sock *sk, struct sk_buff *skb, const struct tcphdr *th, unsigned int len) |
|
int | tcp_rcv_established (struct sock *sk, struct sk_buff *skb, const struct tcphdr *th, unsigned int len) |
|
void | tcp_rcv_space_adjust (struct sock *sk) |
|
void | tcp_cleanup_rbuf (struct sock *sk, int copied) |
|
int | tcp_twsk_unique (struct sock *sk, struct sock *sktw, void *twp) |
|
void | tcp_twsk_destructor (struct sock *sk) |
|
ssize_t | tcp_splice_read (struct socket *sk, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) |
|
enum tcp_tw_status | tcp_timewait_state_process (struct inet_timewait_sock *tw, struct sk_buff *skb, const struct tcphdr *th) |
|
struct sock * | tcp_check_req (struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct request_sock **prev, bool fastopen) |
|
int | tcp_child_process (struct sock *parent, struct sock *child, struct sk_buff *skb) |
|
bool | tcp_use_frto (struct sock *sk) |
|
void | tcp_enter_frto (struct sock *sk) |
|
void | tcp_enter_loss (struct sock *sk, int how) |
|
void | tcp_clear_retrans (struct tcp_sock *tp) |
|
void | tcp_update_metrics (struct sock *sk) |
|
void | tcp_init_metrics (struct sock *sk) |
|
void | tcp_metrics_init (void) |
|
bool | tcp_peer_is_proven (struct request_sock *req, struct dst_entry *dst, bool paws_check) |
|
bool | tcp_remember_stamp (struct sock *sk) |
|
bool | tcp_tw_remember_stamp (struct inet_timewait_sock *tw) |
|
void | tcp_fetch_timewait_stamp (struct sock *sk, struct dst_entry *dst) |
|
void | tcp_disable_fack (struct tcp_sock *tp) |
|
void | tcp_close (struct sock *sk, long timeout) |
|
void | tcp_init_sock (struct sock *sk) |
|
unsigned int | tcp_poll (struct file *file, struct socket *sock, struct poll_table_struct *wait) |
|
int | tcp_getsockopt (struct sock *sk, int level, int optname, char __user *optval, int __user *optlen) |
|
int | tcp_setsockopt (struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
|
int | compat_tcp_getsockopt (struct sock *sk, int level, int optname, char __user *optval, int __user *optlen) |
|
int | compat_tcp_setsockopt (struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
|
void | tcp_set_keepalive (struct sock *sk, int val) |
|
void | tcp_syn_ack_timeout (struct sock *sk, struct request_sock *req) |
|
int | tcp_recvmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len, int nonblock, int flags, int *addr_len) |
|
void | tcp_parse_options (const struct sk_buff *skb, struct tcp_options_received *opt_rx, const u8 **hvpp, int estab, struct tcp_fastopen_cookie *foc) |
|
const u8 * | tcp_parse_md5sig_option (const struct tcphdr *th) |
|
void | tcp_v4_send_check (struct sock *sk, struct sk_buff *skb) |
|
int | tcp_v4_conn_request (struct sock *sk, struct sk_buff *skb) |
|
struct sock * | tcp_create_openreq_child (struct sock *sk, struct request_sock *req, struct sk_buff *skb) |
|
struct sock * | tcp_v4_syn_recv_sock (struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst) |
|
int | tcp_v4_do_rcv (struct sock *sk, struct sk_buff *skb) |
|
int | tcp_v4_connect (struct sock *sk, struct sockaddr *uaddr, int addr_len) |
|
int | tcp_connect (struct sock *sk) |
|
struct sk_buff * | tcp_make_synack (struct sock *sk, struct dst_entry *dst, struct request_sock *req, struct request_values *rvp, struct tcp_fastopen_cookie *foc) |
|
int | tcp_disconnect (struct sock *sk, int flags) |
|
void | tcp_connect_init (struct sock *sk) |
|
void | tcp_finish_connect (struct sock *sk, struct sk_buff *skb) |
|
int | tcp_send_rcvq (struct sock *sk, struct msghdr *msg, size_t size) |
|
void | inet_sk_rx_dst_set (struct sock *sk, const struct sk_buff *skb) |
|
struct sock * | cookie_v4_check (struct sock *sk, struct sk_buff *skb, struct ip_options *opt) |
|
__u32 | cookie_init_timestamp (struct request_sock *req) |
|
bool | cookie_check_timestamp (struct tcp_options_received *opt, bool *) |
|
struct sock * | cookie_v6_check (struct sock *sk, struct sk_buff *skb) |
|
void | __tcp_push_pending_frames (struct sock *sk, unsigned int cur_mss, int nonagle) |
|
bool | tcp_may_send_now (struct sock *sk) |
|
int | __tcp_retransmit_skb (struct sock *, struct sk_buff *) |
|
int | tcp_retransmit_skb (struct sock *, struct sk_buff *) |
|
void | tcp_retransmit_timer (struct sock *sk) |
|
void | tcp_xmit_retransmit_queue (struct sock *) |
|
void | tcp_simple_retransmit (struct sock *) |
|
int | tcp_trim_head (struct sock *, struct sk_buff *, u32) |
|
int | tcp_fragment (struct sock *, struct sk_buff *, u32, unsigned int) |
|
void | tcp_send_probe0 (struct sock *) |
|
void | tcp_send_partial (struct sock *) |
|
int | tcp_write_wakeup (struct sock *) |
|
void | tcp_send_fin (struct sock *sk) |
|
void | tcp_send_active_reset (struct sock *sk, gfp_t priority) |
|
int | tcp_send_synack (struct sock *) |
|
bool | tcp_syn_flood_action (struct sock *sk, const struct sk_buff *skb, const char *proto) |
|
void | tcp_push_one (struct sock *, unsigned int mss_now) |
|
void | tcp_send_ack (struct sock *sk) |
|
void | tcp_send_delayed_ack (struct sock *sk) |
|
void | tcp_cwnd_application_limited (struct sock *sk) |
|
void | tcp_resume_early_retransmit (struct sock *sk) |
|
void | tcp_rearm_rto (struct sock *sk) |
|
void | tcp_reset (struct sock *sk) |
|
void | tcp_init_xmit_timers (struct sock *) |
|
unsigned int | tcp_sync_mss (struct sock *sk, u32 pmtu) |
|
unsigned int | tcp_current_mss (struct sock *sk) |
|
void | tcp_get_info (const struct sock *, struct tcp_info *) |
|
int | tcp_read_sock (struct sock *sk, read_descriptor_t *desc, sk_read_actor_t recv_actor) |
|
void | tcp_initialize_rcv_mss (struct sock *sk) |
|
int | tcp_mtu_to_mss (struct sock *sk, int pmtu) |
|
int | tcp_mss_to_mtu (struct sock *sk, int mss) |
|
void | tcp_mtup_init (struct sock *sk) |
|
void | tcp_valid_rtt_meas (struct sock *sk, u32 seq_rtt) |
|
void | tcp_init_buffer_space (struct sock *sk) |
|
void | tcp_set_rto (struct sock *sk) |
|
u32 | __tcp_select_window (struct sock *sk) |
|
void | tcp_send_window_probe (struct sock *sk) |
|
int | tcp_register_congestion_control (struct tcp_congestion_ops *type) |
|
void | tcp_unregister_congestion_control (struct tcp_congestion_ops *type) |
|
void | tcp_init_congestion_control (struct sock *sk) |
|
void | tcp_cleanup_congestion_control (struct sock *sk) |
|
int | tcp_set_default_congestion_control (const char *name) |
|
void | tcp_get_default_congestion_control (char *name) |
|
void | tcp_get_available_congestion_control (char *buf, size_t len) |
|
void | tcp_get_allowed_congestion_control (char *buf, size_t len) |
|
int | tcp_set_allowed_congestion_control (char *allowed) |
|
int | tcp_set_congestion_control (struct sock *sk, const char *name) |
|
void | tcp_slow_start (struct tcp_sock *tp) |
|
void | tcp_cong_avoid_ai (struct tcp_sock *tp, u32 w) |
|
u32 | tcp_reno_ssthresh (struct sock *sk) |
|
void | tcp_reno_cong_avoid (struct sock *sk, u32 ack, u32 in_flight) |
|
u32 | tcp_reno_min_cwnd (const struct sock *sk) |
|
void | tcp_enter_cwr (struct sock *sk, const int set_ssthresh) |
|
__u32 | tcp_init_cwnd (const struct tcp_sock *tp, const struct dst_entry *dst) |
|
bool | tcp_is_cwnd_limited (const struct sock *sk, u32 in_flight) |
|
void | tcp_set_state (struct sock *sk, int state) |
|
void | tcp_done (struct sock *sk) |
|
void | tcp_select_initial_window (int __space, __u32 mss, __u32 *rcv_wnd, __u32 *window_clamp, int wscale_ok, __u8 *rcv_wscale, __u32 init_rcv_wnd) |
|
void | tcp_enter_memory_pressure (struct sock *sk) |
|
int | tcp_v4_md5_hash_skb (char *md5_hash, struct tcp_md5sig_key *key, const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb) |
|
int | tcp_md5_do_add (struct sock *sk, const union tcp_md5_addr *addr, int family, const u8 *newkey, u8 newkeylen, gfp_t gfp) |
|
int | tcp_md5_do_del (struct sock *sk, const union tcp_md5_addr *addr, int family) |
|
struct tcp_md5sig_key * | tcp_v4_md5_lookup (struct sock *sk, struct sock *addr_sk) |
|
struct tcp_md5sig_pool __percpu * | tcp_alloc_md5sig_pool (struct sock *) |
|
void | tcp_free_md5sig_pool (void) |
|
struct tcp_md5sig_pool * | tcp_get_md5sig_pool (void) |
|
void | tcp_put_md5sig_pool (void) |
|
int | tcp_md5_hash_header (struct tcp_md5sig_pool *, const struct tcphdr *) |
|
int | tcp_md5_hash_skb_data (struct tcp_md5sig_pool *, const struct sk_buff *, unsigned int header_len) |
|
int | tcp_md5_hash_key (struct tcp_md5sig_pool *hp, const struct tcp_md5sig_key *key) |
|
void | tcp_fastopen_cache_get (struct sock *sk, u16 *mss, struct tcp_fastopen_cookie *cookie, int *syn_loss, unsigned long *last_syn_loss) |
|
void | tcp_fastopen_cache_set (struct sock *sk, u16 mss, struct tcp_fastopen_cookie *cookie, bool syn_lost) |
|
void | tcp_free_fastopen_req (struct tcp_sock *tp) |
|
int | tcp_fastopen_reset_cipher (void *key, unsigned int len) |
|
void | tcp_fastopen_cookie_gen (__be32 addr, struct tcp_fastopen_cookie *foc) |
|
int | tcp_seq_open (struct inode *inode, struct file *file) |
|
int | tcp_proc_register (struct net *net, struct tcp_seq_afinfo *afinfo) |
|
void | tcp_proc_unregister (struct net *net, struct tcp_seq_afinfo *afinfo) |
|
void | tcp_v4_destroy_sock (struct sock *sk) |
|
int | tcp_v4_gso_send_check (struct sk_buff *skb) |
|
struct sk_buff * | tcp_tso_segment (struct sk_buff *skb, netdev_features_t features) |
|
struct sk_buff ** | tcp_gro_receive (struct sk_buff **head, struct sk_buff *skb) |
|
struct sk_buff ** | tcp4_gro_receive (struct sk_buff **head, struct sk_buff *skb) |
|
int | tcp_gro_complete (struct sk_buff *skb) |
|
int | tcp4_gro_complete (struct sk_buff *skb) |
|
int | tcp_cookie_generator (u32 *bakery) |
|
void | tcp_v4_init (void) |
|
void | tcp_init (void) |
|