Searched refs:noref (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.c | 396 …ace_insert(struct tcp_hpts_entry *hpts, struct inpcb *inp, struct hptsh *head, int line, int noref) in hpts_sane_pace_insert() argument 407 if ((noref == 0) && (inp->inp_in_hpts == 1)) { in hpts_sane_pace_insert() 415 if (noref == 0) { in hpts_sane_pace_insert() 808 …_hpts_immediate_locked(struct inpcb *inp, struct tcp_hpts_entry *hpts, int32_t line, int32_t noref) in tcp_queue_to_hpts_immediate_locked() argument 835 hpts_sane_pace_insert(hpts, inp, &hpts->p_hptss[inp->inp_hptsslot], line, noref); in tcp_queue_to_hpts_immediate_locked()
|