Home
last modified time | relevance | path

Searched refs:rsm (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtailq_hash.c108 struct rack_sendmap *rsm; in tqhash_min() local
110 rsm = hs->rsm_min; in tqhash_min()
111 return(rsm); in tqhash_min()
117 struct rack_sendmap *rsm; in tqhash_max() local
119 rsm = hs->rsm_max; in tqhash_max()
120 return (rsm); in tqhash_max()
189 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm) in tqhash_next() argument
193 e = TAILQ_NEXT(rsm, next); in tqhash_next()
198 nxt = rsm->bindex + 1; in tqhash_next()
207 tqhash_prev(struct tailq_hash *hs, struct rack_sendmap *rsm) in tqhash_prev() argument
[all …]
H A Dbbr.c456 struct bbr_sendmap *rsm);
461 struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts);
564 struct bbr_sendmap *rsm; in bbr_timer_start() local
574 rsm = TAILQ_FIRST(&bbr->r_ctl.rc_tmap); in bbr_timer_start()
575 if ((rsm == NULL) || in bbr_timer_start()
585 rsm = TAILQ_FIRST(&bbr->r_ctl.rc_tmap); in bbr_timer_start()
586 if (rsm) { in bbr_timer_start()
587 idx = rsm->r_rtr_cnt - 1; in bbr_timer_start()
588 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start()
589 tstmp_touse = rsm->r_tim_lastsent[idx]; in bbr_timer_start()
[all …]
H A Drack.c486 struct rack_sendmap *rsm, uint8_t quality);
489 struct rack_sendmap *rsm);
491 static void rack_free(struct tcp_rack *rack, struct rack_sendmap *rsm);
520 struct rack_sendmap *rsm, uint32_t cts);
521 static void rack_log_to_event(struct tcp_rack *rack, int32_t to_num, struct rack_sendmap *rsm);
536 struct rack_sendmap *rsm, uint64_t ts, int32_t * lenp, uint32_t add_flag, int segsiz);
539 struct rack_sendmap *rsm, uint64_t ts, uint32_t add_flag, int segsiz);
542 struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type, tcp_seq th_ack);
586 uint32_t len, uint32_t us_tim, int confidence, struct rack_sendmap *rsm, uint16_t rtrcnt);
750 uint32_t send_end_t, int line, uint8_t mode, struct rack_sendmap *rsm) in rack_log_gpset() argument
[all …]
H A Dtailq_hash.h37 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm);
40 tqhash_prev(struct tailq_hash *hs, struct rack_sendmap *rsm);
47 tqhash_remove(struct tailq_hash *hs, struct rack_sendmap *rsm, int type);
50 tqhash_insert(struct tailq_hash *hs, struct rack_sendmap *rsm);
59 tqhash_update_end(struct tailq_hash *hs, struct rack_sendmap *rsm,
H A Dtcp_bbr.h229 struct bbr_sendmap *rsm; /* For alloc/free */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c327 struct RSM rsm; /* bits extracted from Receiver Status Msg in @@Ea */ member
1622 if (instance->rsm.bad_almanac) { in oncore_get_timestamp()
3346 instance->rsm.bad_almanac = instance->BEHa[64]&0x1; in oncore_get_timestamp()
3347 instance->rsm.bad_fix = instance->BEHa[64]&0x52; in oncore_get_timestamp()
3349 instance->rsm.bad_almanac = instance->BEHa[72]&0x1; in oncore_get_timestamp()
3350 instance->rsm.bad_fix = instance->BEHa[72]&0x52; in oncore_get_timestamp()
3356 instance->rsm.bad_almanac = (bits2 & 0x80); in oncore_get_timestamp()
3357 instance->rsm.bad_fix = (bits2 & 0x8) || (bits1 == 0x2); in oncore_get_timestamp()
3373 instance->rsm.bad_almanac, in oncore_get_timestamp()
3374 instance->rsm in oncore_get_timestamp()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td44 def RSM : I<0xAA, RawFrm, (outs), (ins), "rsm", []>, TB;
/freebsd/sys/netpfil/pf/
H A Dpf.c5467 struct pf_kruleset **rsm, struct inpcb *inp) in pf_test_rule() argument
5872 *rsm = ruleset; in pf_test_rule()
5889 ruleset = *rsm; in pf_test_rule()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.046 rsm.bad_almanac