Home | History | Annotate | Download | only in netinet

Lines Matching defs:ecn

2049 			/* ECN Nonce stuff */
2139 /* Enable ECN */
2143 /* No ECN */
2333 /* Enable ECN */
2336 /* No ECN */
2572 struct sctp_ecn_supported_param *ecn;
2671 ecn = (struct sctp_ecn_supported_param *)((vaddr_t)ali +
2674 ecn = (struct sctp_ecn_supported_param *)((vaddr_t)sup_addr +
2681 cookie_preserve = (struct sctp_cookie_perserve_param *)(ecn);
2687 ecn = (struct sctp_ecn_supported_param *)(
2692 /* ECN parameter */
2694 ecn->ph.param_type = htons(SCTP_ECN_CAPABLE);
2695 ecn->ph.param_length = htons(sizeof(*ecn));
2696 m->m_len += sizeof(*ecn);
2697 prsctp = (struct sctp_prsctp_supported_param *)((vaddr_t)ecn +
2698 sizeof(*ecn));
2700 prsctp = (struct sctp_prsctp_supported_param *)((vaddr_t)ecn);
2724 /* ECN nonce: And now tell the peer we support ECN nonce */
3252 struct sctp_ecn_supported_param *ecn;
3628 /* setup the ECN pointer */
3639 ecn = (struct sctp_ecn_supported_param *)((vaddr_t)ali +
3642 ecn = (struct sctp_ecn_supported_param*)(
3646 /* ECN parameter */
3648 ecn->ph.param_type = htons(SCTP_ECN_CAPABLE);
3649 ecn->ph.param_length = htons(sizeof(*ecn));
3650 m->m_len += sizeof(*ecn);
3652 prsctp = (struct sctp_prsctp_supported_param *)((vaddr_t)ecn +
3653 sizeof(*ecn));
3655 prsctp = (struct sctp_prsctp_supported_param *)((vaddr_t)ecn);
3680 /* ECN nonce: And now tell the peer we support ECN nonce */
4043 template->rec.data.ect_nonce = 0; /* ECN Nonce */