Lines Matching defs:ecn_nonce
2574 struct sctp_ecn_nonce_supported_param *ecn_nonce;
2727 ecn_nonce = (struct sctp_ecn_nonce_supported_param *)((vaddr_t)pr_supported +
2729 ecn_nonce->ph.param_type = htons(SCTP_ECN_NONCE_SUPPORTED);
2730 ecn_nonce->ph.param_length = htons(sizeof(*ecn_nonce));
2731 m->m_len += sizeof(*ecn_nonce);
3254 struct sctp_ecn_nonce_supported_param *ecn_nonce;
3681 ecn_nonce = (struct sctp_ecn_nonce_supported_param *)((vaddr_t)pr_supported +
3683 ecn_nonce->ph.param_type = htons(SCTP_ECN_NONCE_SUPPORTED);
3684 ecn_nonce->ph.param_length = htons(sizeof(*ecn_nonce));
3685 m->m_len += sizeof(*ecn_nonce);