Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c1872 TCP_SKB_CB(skb)->tcp_tw_isn = isn;
/linux/include/net/
H A Dtcp.h1109 u32 tcp_tw_isn; member
/linux/net/ipv4/
H A Dtcp_ipv4.c2231 TCP_SKB_CB(skb)->tcp_tw_isn = isn;
H A Dtcp_input.c7592 u32 isn = TCP_SKB_CB(skb)->tcp_tw_isn; in tcp_conn_request()