|
| EXPORT_SYMBOL_GPL (tcp_orphan_count) |
|
| EXPORT_SYMBOL (sysctl_tcp_rmem) |
|
| EXPORT_SYMBOL (sysctl_tcp_wmem) |
|
| EXPORT_SYMBOL (tcp_memory_allocated) |
|
| EXPORT_SYMBOL (tcp_sockets_allocated) |
|
| EXPORT_SYMBOL (tcp_memory_pressure) |
|
void | tcp_enter_memory_pressure (struct sock *sk) |
|
| EXPORT_SYMBOL (tcp_enter_memory_pressure) |
|
void | tcp_init_sock (struct sock *sk) |
|
| EXPORT_SYMBOL (tcp_init_sock) |
|
unsigned int | tcp_poll (struct file *file, struct socket *sock, poll_table *wait) |
|
| EXPORT_SYMBOL (tcp_poll) |
|
int | tcp_ioctl (struct sock *sk, int cmd, unsigned long arg) |
|
| EXPORT_SYMBOL (tcp_ioctl) |
|
ssize_t | tcp_splice_read (struct socket *sock, loff_t *ppos, struct pipe_inode_info *pipe, size_t len, unsigned int flags) |
|
| EXPORT_SYMBOL (tcp_splice_read) |
|
struct sk_buff * | sk_stream_alloc_skb (struct sock *sk, int size, gfp_t gfp) |
|
int | tcp_sendpage (struct sock *sk, struct page *page, int offset, size_t size, int flags) |
|
| EXPORT_SYMBOL (tcp_sendpage) |
|
void | tcp_free_fastopen_req (struct tcp_sock *tp) |
|
int | tcp_sendmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t size) |
|
| EXPORT_SYMBOL (tcp_sendmsg) |
|
void | tcp_cleanup_rbuf (struct sock *sk, int copied) |
|
int | tcp_read_sock (struct sock *sk, read_descriptor_t *desc, sk_read_actor_t recv_actor) |
|
| EXPORT_SYMBOL (tcp_read_sock) |
|
int | tcp_recvmsg (struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len, int nonblock, int flags, int *addr_len) |
|
| EXPORT_SYMBOL (tcp_recvmsg) |
|
void | tcp_set_state (struct sock *sk, int state) |
|
| EXPORT_SYMBOL_GPL (tcp_set_state) |
|
void | tcp_shutdown (struct sock *sk, int how) |
|
| EXPORT_SYMBOL (tcp_shutdown) |
|
bool | tcp_check_oom (struct sock *sk, int shift) |
|
void | tcp_close (struct sock *sk, long timeout) |
|
| EXPORT_SYMBOL (tcp_close) |
|
int | tcp_disconnect (struct sock *sk, int flags) |
|
| EXPORT_SYMBOL (tcp_disconnect) |
|
void | tcp_sock_destruct (struct sock *sk) |
|
int | tcp_setsockopt (struct sock *sk, int level, int optname, char __user *optval, unsigned int optlen) |
|
| EXPORT_SYMBOL (tcp_setsockopt) |
|
void | tcp_get_info (const struct sock *sk, struct tcp_info *info) |
|
| EXPORT_SYMBOL_GPL (tcp_get_info) |
|
int | tcp_getsockopt (struct sock *sk, int level, int optname, char __user *optval, int __user *optlen) |
|
| EXPORT_SYMBOL (tcp_getsockopt) |
|
struct sk_buff * | tcp_tso_segment (struct sk_buff *skb, netdev_features_t features) |
|
| EXPORT_SYMBOL (tcp_tso_segment) |
|
struct sk_buff ** | tcp_gro_receive (struct sk_buff **head, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (tcp_gro_receive) |
|
int | tcp_gro_complete (struct sk_buff *skb) |
|
| EXPORT_SYMBOL (tcp_gro_complete) |
|
int | tcp_cookie_generator (u32 *bakery) |
|
| EXPORT_SYMBOL (tcp_cookie_generator) |
|
void | tcp_done (struct sock *sk) |
|
| EXPORT_SYMBOL_GPL (tcp_done) |
|
| __setup ("thash_entries=", set_thash_entries) |
|
void | tcp_init_mem (struct net *net) |
|
void __init | tcp_init (void) |
|