Searched refs:end_of_packet (Results 1 – 4 of 4) sorted by relevance
107 chunk->end_of_packet || in sctp_inq_peek()137 chunk->end_of_packet || in sctp_inq_pop()204 chunk->end_of_packet = 0; in sctp_inq_pop()231 chunk->end_of_packet = 1; in sctp_inq_pop()
3147 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()3167 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()3172 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()3241 if (chunk->end_of_packet) { in sctp_sf_eat_data_fast_4_4()
1817 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
665 end_of_packet:1, /* Last chunk in the packet? */ member