Home
last modified time | relevance | path

Searched refs:TCPCB_FLAG_PSH (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c465 TCP_SKB_CB(skb)->flags = flags & ~(TCPCB_FLAG_FIN|TCPCB_FLAG_PSH); in tcp_fragment()
1420 TCP_SKB_CB(skb)->flags |= TCPCB_FLAG_PSH; in tcp_write_wakeup()
1424 TCP_SKB_CB(skb)->flags |= TCPCB_FLAG_PSH; in tcp_write_wakeup()
Dtcp.c777 TCP_SKB_CB(skb)->flags |= TCPCB_FLAG_PSH; in tcp_mark_push()
896 TCP_SKB_CB(skb)->flags &= ~TCPCB_FLAG_PSH; in do_tcp_sendpages()
1158 TCP_SKB_CB(skb)->flags &= ~TCPCB_FLAG_PSH; in tcp_sendmsg()
/linux-2.4.37.9/include/net/
Dtcp.h1045 #define TCPCB_FLAG_PSH 0x08 macro