Searched refs:iss (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | iss4xx.dts | 20 model = "ibm,iss-4xx"; 21 compatible = "ibm,iss-4xx"; 108 iss-block { 109 compatible = "ibm,iss-sim-block-device";
|
| H A D | iss4xx-mpic.dts | 22 model = "ibm,iss-4xx"; 23 compatible = "ibm,iss-4xx"; 147 iss-block { 148 compatible = "ibm,iss-sim-block-device";
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 73 (tp)->snd_recover = (tp)->iss
|
| H A D | tcp_var.h | 192 tcp_seq iss; /* initial send sequence number */ member 507 tcp_seq iss; member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 73 (tp)->snd_recover = (tp)->iss
|
| H A D | tcp_syncache.c | 1019 tp->iss = sc->sc_iss; in syncache_socket() 1050 tp->snd_max = tp->iss + 1; in syncache_socket() 1051 tp->snd_nxt = tp->iss + 1; in syncache_socket() 1418 tp->snd_max = tp->iss; in syncache_tfo_expand() 1419 tp->snd_nxt = tp->iss; in syncache_tfo_expand() 2241 uint32_t iss, hash; in syncookie_generate() local 2285 iss = hash & ~0xff; in syncookie_generate() 2286 iss |= cookie.cookie ^ (hash >> 24); in syncookie_generate() 2289 return (iss); in syncookie_generate()
|
| H A D | tcp_timewait.c | 322 tw->iss = tp->iss; in tcp_twstart()
|
| H A D | tcp_var.h | 192 tcp_seq iss; /* initial send sequence number */ member 507 tcp_seq iss; member
|
| H A D | tcp_usrreq.c | 1697 tp->iss = tcp_new_isn(&inp->inp_inc); in tcp_connect() 1738 tp->iss = tcp_new_isn(&inp->inp_inc); in tcp6_connect() 2985 tp->iss, tp->irs, tp->rcv_nxt); in db_print_tcpcb()
|
| H A D | tcp_output.c | 789 tp->snd_nxt = tp->iss; in tcp_output()
|
| H A D | tcp_log_buf.c | 1675 COPY_STAT(iss); in tcp_log_event_()
|
| H A D | tcp_input.c | 1556 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
|
| /f-stack/freebsd/contrib/device-tree/src/xtensa/ |
| H A D | virt.dts | 5 compatible = "cdns,xtensa-iss";
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 1770 log.u_bbr.pkt_epoch = rack->rc_tp->iss; in rack_log_rtt_upd() 7516 if ((th_ack - 1) == tp->iss) { in rack_log_ack() 9185 (SEQ_LEQ(th->th_ack, tp->iss) || in rack_do_syn_sent() 10481 if (SEQ_GT(tp->snd_max, tp->iss)) in rack_init() 10482 snt = tp->snd_max - tp->iss; in rack_init() 12460 tp->snd_nxt = tp->iss; in rack_output() 13012 tp->snd_nxt = tp->iss; in rack_output() 14390 if (SEQ_GT(tp->snd_max, tp->iss)) in rack_set_sockopt() 14391 snt = tp->snd_max - tp->iss; in rack_set_sockopt() 14408 if (SEQ_GT(tp->snd_max, tp->iss)) in rack_set_sockopt() [all …]
|
| H A D | bbr.c | 5961 if ((th_flags & TH_SYN) && (tp->iss == seq_out)) in bbr_log_output() 7427 } else if ((rsm == NULL) && ((th_ack - 1) == tp->iss)) { in bbr_log_ack() 7446 tp->iss, 0, cts, in bbr_log_ack() 7447 BBR_RTT_BY_TIMESTAMP, tp->iss, 0); in bbr_log_ack() 8860 (SEQ_LEQ(th->th_ack, tp->iss) || in bbr_do_syn_sent() 8919 if (SEQ_GT(th->th_ack, tp->iss)) { in bbr_do_syn_sent() 11619 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in bbr_do_segment_nounlock() 13476 th->th_seq = htonl(tp->iss); in bbr_output_wtime() 13477 bbr_seq = tp->iss; in bbr_output_wtime() 13910 tp->snd_max = tp->iss + 1; in bbr_output_wtime()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap4.dtsi | 175 ti,hwmods = "iss";
|