Home
last modified time | relevance | path

Searched refs:end_of_packet (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Dinqueue.c92 chunk->end_of_packet || in sctp_inq_peek()
122 chunk->end_of_packet || in sctp_inq_pop()
189 chunk->end_of_packet = 0; in sctp_inq_pop()
216 chunk->end_of_packet = 1; in sctp_inq_pop()
H A Dsm_statefuns.c3189 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3209 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3214 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3283 if (chunk->end_of_packet) { in sctp_sf_eat_data_fast_4_4()
H A Dsm_sideeffect.c1802 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h649 end_of_packet:1, /* Last chunk in the packet? */ member