Home
last modified time | relevance | path

Searched refs:singleton (Results 1 – 9 of 9) sorted by relevance

/linux/net/sctp/
A Dinqueue.c91 if (chunk->singleton || in sctp_inq_peek()
121 if (chunk->singleton || in sctp_inq_pop()
184 chunk->singleton = 1; in sctp_inq_pop()
207 chunk->singleton = 0; in sctp_inq_pop()
A Doutqueue.c768 struct sctp_packet singleton; in sctp_packet_singleton() local
770 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton()
771 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton()
772 if (sctp_packet_append_chunk(&singleton, chunk) != SCTP_XMIT_OK) { in sctp_packet_singleton()
777 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
A Dsm_statefuns.c248 if (!chunk->singleton) in sctp_sf_do_4_C()
338 if (!chunk->singleton) in sctp_sf_do_5_1B_init()
535 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()
1534 if (!chunk->singleton) in sctp_sf_do_unexpected_init()
3032 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
A Dsm_sideeffect.c1809 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
A Dsm_make_chunk.c1391 retval->singleton = 1; in sctp_chunkify()
/linux/drivers/md/
A Ddm-core.h183 bool singleton:1; member
A Ddm-table.c643 if (t->singleton) { in dm_table_add_target()
670 t->singleton = true; in dm_table_add_target()
/linux/drivers/staging/greybus/Documentation/
A Dsysfs-bus-greybus217 The singleton SVC device of bus N.
/linux/include/net/sctp/
A Dstructs.h653 singleton:1, /* Only chunk in the packet? */ member

Completed in 41 milliseconds