Searched refs:singleton (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | inqueue.c | 91 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 D | outqueue.c | 771 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 D | sm_statefuns.c | 241 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 D | sm_sideeffect.c | 1805 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
|
H A D | sm_make_chunk.c | 1346 retval->singleton = 1; in sctp_chunkify()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | inqueue.c | 91 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 D | outqueue.c | 774 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 D | sm_statefuns.c | 248 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 D | sm_sideeffect.c | 1815 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
|
H A D | sm_make_chunk.c | 1391 retval->singleton = 1; in sctp_chunkify()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-core.h | 160 bool singleton:1; member
|
H A D | dm-table.c | 669 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 D | dm-core.h | 208 bool singleton:1; member
|
H A D | dm-table.c | 656 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 D | structs.h | 648 singleton:1, /* Only chunk in the packet? */ member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 654 singleton:1, /* Only chunk in the packet? */ member
|
Completed in 45 milliseconds