Home
last modified time | relevance | path

Searched refs:TCPCB_FLAG_FIN (Results 1 – 2 of 2) 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()
881 (TCP_SKB_CB(skb)->flags & TCPCB_FLAG_FIN) && in tcp_retransmit_skb()
1027 TCP_SKB_CB(skb)->flags |= TCPCB_FLAG_FIN; in tcp_send_fin()
1042 TCP_SKB_CB(skb)->flags = (TCPCB_FLAG_ACK | TCPCB_FLAG_FIN); in tcp_send_fin()
/linux-2.4.37.9/include/net/
Dtcp.h1042 #define TCPCB_FLAG_FIN 0x01 macro
1295 !(TCP_SKB_CB(skb)->flags & TCPCB_FLAG_FIN) && in tcp_nagle_check()
1335 (TCP_SKB_CB(skb)->flags & TCPCB_FLAG_FIN)) && in tcp_snd_test()