Searched refs:notify_snd_una (Results 1 – 2 of 2) sorted by relevance
5096 if (elm->notify_snd_una == tp->snd_una + so->so_snd.sb_cc) { in tcp_notify_ack_id_valid()5114 nm->notify_snd_una = tp->snd_una + so->so_snd.sb_cc; in tcp_add_notify_ack_marker()5117 if (SEQ_GT(nm->notify_snd_una, elm->notify_snd_una)) { in tcp_add_notify_ack_marker()5155 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_notify_acknowledgement()5168 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_get_notify_ack_count()5190 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_get_notify_ack_ids()5212 if (SEQ_GEQ(tp->snd_una, elm->notify_snd_una)) { in tcp_notify_ack_active()
237 tcp_seq notify_snd_una; /* Notify when snd_una crosses this seq */ member