Lines Matching refs:peer
324 /* This is a shim for my peer's INIT packet, followed by
335 /* The format of our cookie that we send to our peer. */
511 /* Structure to track chunk fragments that have been acked, but peer
519 /* When is this message no longer interesting to the peer? */
802 /* This is the peer's IP address and port. */
815 * For each destination transport address in the peer's
1156 * peer(s) in INIT and INIT ACK chunks.
1376 const union sctp_addr *peer,
1572 /* This is all information about our peer. */
1577 * Transport : peer is bound to. This information is derived
1593 * Peer Rwnd : Current calculated value of the peer's rwnd.
1599 * Peer : A count of the number of peer addresses
1614 * Path : transport address of the peer endpoint. It
1643 * Furthermore, when its peer is multi-homed, an
1667 * : taking the peer's Initial TSN, received in
1680 * with specified parameter to peer.
1684 /* These are capabilities which our peer advertised. */
1685 __u16 ecn_capable:1, /* Can peer do ECN? */
1689 asconf_capable:1, /* Does peer support ADDIP? */
1690 prsctp_capable:1, /* Can peer do PR-SCTP? */
1691 reconf_capable:1, /* Can peer do RE-CONFIG? */
1692 intl_capable:1, /* Can peer do INTERLEAVE */
1693 auth_capable:1, /* Is peer doing SCTP-AUTH? */
1705 sack_needed:1, /* Do we need to sack the peer? */
1730 } peer;
1807 * PMTU : peer's transport addresses.
1832 * : ACK chunk to the peer and incremented each
1841 * TSN : is set initially by taking the peer's Initial TSN,
1977 * Since the peer may bundle multiple ASCONF chunks toward us,
2050 /* SCTP AUTH: hmac id of the first peer requested algorithm
2124 struct sctp_transport *peer);