tcp.h (f6302d1d78f77c2d4c8bd32b0afc2df7fdf5f281) tcp.h (84d3e7b9573291a1ea845bdd51b74bb484597661)
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Definitions for the TCP module.
7 *
8 * Version: @(#)tcp.h 1.0.5 05/23/93

--- 835 unchanged lines hidden (view full) ---

844extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
845 struct ip_options *opt);
846extern __u32 cookie_v4_init_sequence(struct sock *sk, struct sk_buff *skb,
847 __u16 *mss);
848
849/* tcp_output.c */
850
851extern int tcp_write_xmit(struct sock *, int nonagle);
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Definitions for the TCP module.
7 *
8 * Version: @(#)tcp.h 1.0.5 05/23/93

--- 835 unchanged lines hidden (view full) ---

844extern struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb,
845 struct ip_options *opt);
846extern __u32 cookie_v4_init_sequence(struct sock *sk, struct sk_buff *skb,
847 __u16 *mss);
848
849/* tcp_output.c */
850
851extern int tcp_write_xmit(struct sock *, int nonagle);
852extern void __tcp_data_snd_check(struct sock *sk, struct sk_buff *skb);
852extern void __tcp_push_pending_frames(struct sock *sk, struct tcp_sock *tp,
853 unsigned cur_mss, int nonagle);
854extern int tcp_may_send_now(struct sock *sk, struct tcp_sock *tp);
855extern int tcp_retransmit_skb(struct sock *, struct sk_buff *);
856extern void tcp_xmit_retransmit_queue(struct sock *);
857extern void tcp_simple_retransmit(struct sock *);
858extern int tcp_trim_head(struct sock *, struct sk_buff *, u32);
859

--- 881 unchanged lines hidden ---
853extern void __tcp_push_pending_frames(struct sock *sk, struct tcp_sock *tp,
854 unsigned cur_mss, int nonagle);
855extern int tcp_may_send_now(struct sock *sk, struct tcp_sock *tp);
856extern int tcp_retransmit_skb(struct sock *, struct sk_buff *);
857extern void tcp_xmit_retransmit_queue(struct sock *);
858extern void tcp_simple_retransmit(struct sock *);
859extern int tcp_trim_head(struct sock *, struct sk_buff *, u32);
860

--- 881 unchanged lines hidden ---