Searched refs:singleton (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/sctp/
H A Dinqueue.c99 if (chunk->singleton ||
129 if (chunk->singleton ||
190 chunk->singleton = 1;
212 /* This is not a singleton */
213 chunk->singleton = 0;
H A Doutqueue.c774 struct sctp_packet singleton; local
776 sctp_packet_init(&singleton, transport, sport, dport);
777 sctp_packet_config(&singleton, vtag, 0);
778 if (sctp_packet_append_chunk(&singleton, chunk) != SCTP_XMIT_OK) {
783 return sctp_packet_transmit(&singleton, gfp);
H A Dsm_statefuns.c248 if (!chunk->singleton)
338 if (!chunk->singleton)
535 if (!chunk->singleton)
1534 if (!chunk->singleton)
3031 if (!chunk->singleton)
H A Dsm_sideeffect.c1815 if (chunk->end_of_packet || chunk->singleton)
H A Dsm_make_chunk.c1391 retval->singleton = 1;
/linux-master/drivers/md/
H A Ddm-core.h208 bool singleton:1; member in struct:dm_table
H A Ddm-table.c656 if (t->singleton) {
680 ti->error = "singleton target type must appear alone in table";
683 t->singleton = true;
987 /* Immutable target is implicitly a singleton */
/linux-master/include/net/sctp/
H A Dstructs.h651 singleton:1, /* Only chunk in the packet? */ member in struct:sctp_chunk

Completed in 242 milliseconds