Lines Matching refs:peer

328 	/* This is a shim for my peer's INIT packet, followed by
339 /* The format of our cookie that we send to our peer. */
517 /* Structure to track chunk fragments that have been acked, but peer
525 /* When is this message no longer interesting to the peer? */
809 /* This is the peer's IP address and port. */
822 * For each destination transport address in the peer's
1180 * peer(s) in INIT and INIT ACK chunks.
1392 const union sctp_addr *peer,
1596 /* This is all information about our peer. */
1601 * Transport : peer is bound to. This information is derived
1617 * Peer Rwnd : Current calculated value of the peer's rwnd.
1623 * Peer : A count of the number of peer addresses
1638 * Path : transport address of the peer endpoint. It
1667 * Furthermore, when its peer is multi-homed, an
1691 * : taking the peer's Initial TSN, received in
1704 * with specified parameter to peer.
1708 /* These are capabilities which our peer advertised. */
1709 __u16 ecn_capable:1, /* Can peer do ECN? */
1712 asconf_capable:1, /* Does peer support ADDIP? */
1713 prsctp_capable:1, /* Can peer do PR-SCTP? */
1714 reconf_capable:1, /* Can peer do RE-CONFIG? */
1715 intl_capable:1, /* Can peer do INTERLEAVE */
1716 auth_capable:1, /* Is peer doing SCTP-AUTH? */
1728 sack_needed:1, /* Do we need to sack the peer? */
1753 } peer;
1833 * PMTU : peer's transport addresses.
1858 * : ACK chunk to the peer and incremented each
1867 * TSN : is set initially by taking the peer's Initial TSN,
2003 * Since the peer may bundle multiple ASCONF chunks toward us,
2076 /* SCTP AUTH: hmac id of the first peer requested algorithm
2160 struct sctp_transport *peer);