Searched refs:singleton (Results 1 – 7 of 7) sorted by relevance
99 if (chunk->singleton || in sctp_inq_peek() 129 if (chunk->singleton || in sctp_inq_pop() 191 chunk->singleton = 1; in sctp_inq_pop() 214 /* This is not a singleton */ in sctp_inq_pop() 215 chunk->singleton = 0; in sctp_inq_pop()
775 struct sctp_packet singleton; in sctp_packet_singleton() local777 sctp_packet_init(&singleton, transport, sport, dport); in sctp_packet_singleton()778 sctp_packet_config(&singleton, vtag, 0); in sctp_packet_singleton()779 if (sctp_packet_append_chunk(&singleton, chunk) != SCTP_XMIT_OK) { in sctp_packet_singleton()784 return sctp_packet_transmit(&singleton, gfp); in sctp_packet_singleton()
251 if (!chunk->singleton) in sctp_sf_do_4_C()341 if (!chunk->singleton) in sctp_sf_do_5_1B_init()540 if (!chunk->singleton) in sctp_sf_do_5_1C_ack()1553 if (!chunk->singleton) in sctp_sf_do_unexpected_init()3086 if (!chunk->singleton) in sctp_sf_do_9_2_reshutack()
1825 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
1383 retval->singleton = 1; in sctp_chunkify()
104 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
642 singleton:1, /* Only chunk in the packet? */ member