Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dinqueue.c99 if (chunk->singleton || in sctp_inq_peek()
129 if (chunk->singleton || in sctp_inq_pop()
190 chunk->singleton = 1; in sctp_inq_pop()
213 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.c249 if (!chunk->singleton) in sctp_sf_do_4_C()
339 if (!chunk->singleton) in sctp_sf_do_5_1B_init()
536 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()
1535 if (!chunk->singleton) in sctp_sf_do_unexpected_init()
3042 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()
/linux/tools/memory-model/
H A Dlock.cat104 let set-of-singleton-rfe-lf e =
107 in map set-of-singleton-rfe-lf (LF \ range(rfi-lf))
125 let set-of-singleton-rf-ru e =
128 in map set-of-singleton-rf-ru RU
/linux/drivers/md/
H A Ddm-core.h208 bool singleton:1; member
/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus217 The singleton SVC device of bus N.
/linux/include/net/sctp/
H A Dstructs.h651 singleton:1, /* Only chunk in the packet? */ member