Home
last modified time | relevance | path

Searched refs:tcp_tw_isn (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c225 TCP_SKB_CB(skb)->tcp_tw_isn = isn; in tcp_timewait_state_process()
H A Dtcp_ipv4.c1924 TCP_SKB_CB(skb)->tcp_tw_isn = 0; in tcp_v4_fill_cb()
H A Dtcp_input.c6819 __u32 isn = TCP_SKB_CB(skb)->tcp_tw_isn; in tcp_conn_request()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c838 if (!TCP_SKB_CB(skb)->tcp_tw_isn && in tcp_v6_init_req()
1596 TCP_SKB_CB(skb)->tcp_tw_isn = 0; in tcp_v6_fill_cb()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h843 __u32 tcp_tw_isn; member