Searched refs:singleton (Results 1 – 5 of 5) sorted by relevance
120 if (chunk->singleton || in sctp_inq_pop()145 chunk->singleton = 1; in sctp_inq_pop()164 chunk->singleton = 0; in sctp_inq_pop()
658 struct sctp_packet singleton; in sctp_outq_flush() local736 sctp_packet_init(&singleton, transport, sport, dport); in sctp_outq_flush()737 sctp_packet_config(&singleton, vtag, 0); in sctp_outq_flush()738 sctp_packet_append_chunk(&singleton, chunk); in sctp_outq_flush()739 error = sctp_packet_transmit(&singleton); in sctp_outq_flush()
161 if (!chunk->singleton) in sctp_sf_do_4_C()255 if (!chunk->singleton) in sctp_sf_do_5_1B_init()450 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()1271 if (!chunk->singleton) in sctp_sf_do_unexpected_init()
991 retval->singleton = 1; in sctp_chunkify()
646 __u8 singleton; /* Was this the only chunk in the packet? */ member