Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
H 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()
206 /* This is not a singleton */ in sctp_inq_pop()
207 chunk->singleton = 0; in sctp_inq_pop()
H A Doutqueue.c771 struct sctp_packet singleton; in sctp_packet_singleton() local
773 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton()
774 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton()
775 sctp_packet_append_chunk(&singleton, chunk); in sctp_packet_singleton()
776 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
H A Dsm_statefuns.c241 if (!chunk->singleton) in sctp_sf_do_4_C()
336 if (!chunk->singleton) in sctp_sf_do_5_1B_init()
527 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()
1490 if (!chunk->singleton) in sctp_sf_do_unexpected_init()
2967 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
H A Dsm_sideeffect.c1805 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
H A Dsm_make_chunk.c1346 retval->singleton = 1; in sctp_chunkify()
/kernel/linux/linux-6.6/net/sctp/
H 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()
206 /* This is not a singleton */ in sctp_inq_pop()
207 chunk->singleton = 0; in sctp_inq_pop()
H A Doutqueue.c774 struct sctp_packet singleton; in sctp_packet_singleton() local
776 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton()
777 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton()
778 if (sctp_packet_append_chunk(&singleton, chunk) != SCTP_XMIT_OK) { in sctp_packet_singleton()
783 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
H 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()
3031 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
H A Dsm_sideeffect.c1815 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
H A Dsm_make_chunk.c1391 retval->singleton = 1; in sctp_chunkify()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-core.h160 bool singleton:1; member
H A Ddm-table.c669 if (t->singleton) { in dm_table_add_target()
693 tgt->error = "singleton target type must appear alone in table"; in dm_table_add_target()
696 t->singleton = true; in dm_table_add_target()
1005 /* Immutable target is implicitly a singleton */ in dm_table_get_immutable_target()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-core.h208 bool singleton:1; member
H A Ddm-table.c656 if (t->singleton) { in dm_table_add_target()
680 ti->error = "singleton target type must appear alone in table"; in dm_table_add_target()
683 t->singleton = true; in dm_table_add_target()
986 /* Immutable target is implicitly a singleton */ in dm_table_get_immutable_target()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h648 singleton:1, /* Only chunk in the packet? */ member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h654 singleton:1, /* Only chunk in the packet? */ member

Completed in 45 milliseconds