Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c2505 struct sctp_paddrinfo *paddri; local
2530 addr = (struct sockaddr *)&paddri->spinfo_address;
2553 paddri->spinfo_state = SCTP_UNCONFIRMED;
2556 paddri->spinfo_state = SCTP_ACTIVE;
2559 paddri->spinfo_state = SCTP_INACTIVE;
2561 paddri->spinfo_cwnd = net->cwnd;
2563 paddri->spinfo_rto = net->RTO;
2564 paddri->spinfo_assoc_id = sctp_get_associd(stcb);
2565 paddri->spinfo_mtu = net->mtu;
2569 paddri->spinfo_mtu -= SCTP_MIN_V4_OVERHEAD;
[all …]