Searched refs:tcp_queue (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_output.c | 1808 enum tcp_queue tcp_queue) in tcp_fragment() 1810 if (tcp_queue == TCP_FRAG_IN_WRITE_QUEUE) in tcp_fragment() 1821 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue, in tcp_fragment() 1844 tcp_queue != TCP_FRAG_IN_WRITE_QUEUE && in tcp_fragment() 1906 tcp_insert_write_queue_after(skb, buff, sk, tcp_queue); in tcp_trim_head() 1907 if (tcp_queue == TCP_FRAG_IN_RTX_QUEUE) in tcp_trim_head() 1746 tcp_insert_write_queue_after(struct sk_buff * skb,struct sk_buff * buff,struct sock * sk,enum tcp_queue tcp_queue) tcp_insert_write_queue_after() argument 1759 tcp_fragment(struct sock * sk,enum tcp_queue tcp_queue,struct sk_buff * skb,u32 len,unsigned int mss_now,gfp_t gfp) tcp_fragment() argument
|
| /linux/include/net/ |
| H A D | tcp.h | 739 enum tcp_queue { enum 743 int tcp_fragment(struct sock *sk, enum tcp_queue tcp_queue,
|