• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/

Lines Matching defs:peer

430 	/* This is a shim for my peer's INIT packet, followed by
441 /* The format of our cookie that we send to our peer. */
640 /* Structure to track chunk fragments that have been acked, but peer
648 /* When is this message no longer interesting to the peer? */
904 /* This is the peer's IP address and port. */
917 * For each destination transport address in the peer's
1205 * peer(s) in INIT and INIT ACK chunks.
1406 const union sctp_addr *peer,
1453 /* This is all information about our peer. */
1457 * Peer Rwnd : Current calculated value of the peer's rwnd.
1464 * Transport : peer is bound to. This information is derived
1480 * Peer : A count of the number of peer addresses
1495 * Path : transport address of the peer endpoint. It
1524 * Furthermore, when its peer is multi-homed, an
1548 * : taking the peer's Initial TSN, received in
1570 __u8 sack_needed; /* Do we need to sack the peer? */
1573 /* These are capabilities which our peer advertised. */
1574 __u8 ecn_capable:1, /* Can peer do ECN? */
1578 asconf_capable:1, /* Does peer support ADDIP? */
1579 prsctp_capable:1, /* Can peer do PR-SCTP? */
1580 auth_capable:1; /* Is peer doing SCTP-AUTH? */
1585 * with specified parameter to peer.
1606 } peer;
1672 * PMTU : peer's transport addresses.
1698 * : ACK chunk to the peer and incremented each
1707 * TSN : is set initially by taking the peer's Initial TSN,
1849 * Since the peer may bundle multiple ASCONF chunks toward us,
1918 /* SCTP AUTH: hmac id of the first peer requested algorithm
1970 struct sctp_transport *peer);