Searched refs:seq_out (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 1130 const struct atype_info *elemtype, void **seq_out, 1459 const struct atype_info *elemtype, void **seq_out, in decode_sequence_of() argument 1468 *seq_out = NULL; in decode_sequence_of() 1491 *seq_out = seq; in decode_sequence_of()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 5865 uint32_t seq_out, uint16_t th_flags, int32_t err, uint32_t cts, in bbr_log_output() argument 5913 if ((th_flags & TH_SYN) && (tp->iss == seq_out)) in bbr_log_output() 5918 if (SEQ_LEQ((seq_out + len), snd_una)) { in bbr_log_output() 5922 if (SEQ_LT(seq_out, snd_una)) { in bbr_log_output() 5926 end = seq_out + len; in bbr_log_output() 5927 seq_out = snd_una; in bbr_log_output() 5928 len = end - seq_out; in bbr_log_output() 5937 if (seq_out == snd_max) { in bbr_log_output() 5951 rsm->r_start = seq_out; in bbr_log_output() 5995 if (hintrsm && (hintrsm->r_start == seq_out)) { in bbr_log_output() [all …]
|
| H A D | rack.c | 493 uint32_t seq_out, uint16_t th_flags, int32_t err, uint64_t ts, 8137 uint32_t seq_out, uint16_t th_flags, int32_t err, uint64_t cts, in rack_log_output() argument 8193 if ((th_flags & TH_SYN) && (seq_out == tp->iss)) in rack_log_output() 8198 if (SEQ_LEQ((seq_out + len), snd_una)) { in rack_log_output() 8202 if (SEQ_LT(seq_out, snd_una)) { in rack_log_output() 8206 end = seq_out + len; in rack_log_output() 8207 seq_out = snd_una; in rack_log_output() 8208 if (SEQ_GEQ(end, seq_out)) in rack_log_output() 8209 len = end - seq_out; in rack_log_output() 8221 if (seq_out == snd_max) { in rack_log_output() [all …]
|