Searched refs:undo_marker (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c706 tp->undo_marker ? tp->undo_retrans : 0);
805 after(end_seq, tp->undo_marker))
838 after(TCP_SKB_CB(skb)->end_seq, tp->undo_marker))
969 tp->undo_marker = 0;
999 tp->undo_marker = tp->snd_una;
1004 tp->undo_marker = 0;
1357 return tp->undo_marker &&
1374 tp->undo_marker = 0;
1390 if (tp->undo_marker && !tp->undo_retrans) {
1393 tp->undo_marker
[all...]
H A Dtcp_output.c802 tp->undo_marker = 0;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h389 __u32 undo_marker; /* tracking retrans started here. */ member in struct:tcp_opt
H A Dtcp.h1117 tp->undo_marker = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h441 __u32 undo_marker; /* tracking retrans started here. */ member in struct:tcp_opt
H A Dtcp.h1118 tp->undo_marker = 0;

Completed in 70 milliseconds