Searched refs:notify_snd_una (Results 1 – 2 of 2) sorted by relevance
4276 if (elm->notify_snd_una == tp->snd_una + so->so_snd.sb_cc) { in tcp_notify_ack_id_valid()4294 nm->notify_snd_una = tp->snd_una + so->so_snd.sb_cc; in tcp_add_notify_ack_marker()4297 if (SEQ_GT(nm->notify_snd_una, elm->notify_snd_una)) { in tcp_add_notify_ack_marker()4335 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_notify_acknowledgement()4348 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_get_notify_ack_count()4370 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_get_notify_ack_ids()4392 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_notify_ack_active()
194 tcp_seq notify_snd_una; /* Notify when snd_una crosses this seq */ member