Lines Matching refs:pkt
189 static sctp_xmit_t sctp_packet_bundle_auth(struct sctp_packet *pkt, in sctp_packet_bundle_auth() argument
192 struct sctp_association *asoc = pkt->transport->asoc; in sctp_packet_bundle_auth()
203 if (chunk->chunk_hdr->type == SCTP_CID_AUTH || pkt->has_auth) in sctp_packet_bundle_auth()
216 retval = __sctp_packet_append_chunk(pkt, auth); in sctp_packet_bundle_auth()
225 static sctp_xmit_t sctp_packet_bundle_sack(struct sctp_packet *pkt, in sctp_packet_bundle_sack() argument
233 if (sctp_chunk_is_data(chunk) && !pkt->has_sack && in sctp_packet_bundle_sack()
234 !pkt->has_cookie_echo) { in sctp_packet_bundle_sack()
237 asoc = pkt->transport->asoc; in sctp_packet_bundle_sack()
244 if (pkt->transport->sack_generation != in sctp_packet_bundle_sack()
245 pkt->transport->asoc->peer.sack_generation) in sctp_packet_bundle_sack()
251 retval = __sctp_packet_append_chunk(pkt, sack); in sctp_packet_bundle_sack()