Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dinqueue.c100 chunk->end_of_packet || in sctp_inq_peek()
130 chunk->end_of_packet || in sctp_inq_pop()
195 chunk->end_of_packet = 0; in sctp_inq_pop()
222 chunk->end_of_packet = 1; in sctp_inq_pop()
H A Dsm_statefuns.c3263 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3283 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3288 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3357 if (chunk->end_of_packet) { in sctp_sf_eat_data_fast_4_4()
H A Dsm_sideeffect.c1815 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h29 u8 end_of_packet: 1; member
229 u8 end_of_packet: 1; member
H A Dgve_rx_dqo.c614 const bool eop = compl_desc->end_of_packet != 0; in gve_rx_dqo()
818 if (!compl_desc->end_of_packet) in gve_rx_poll_dqo()
H A Dgve_tx_dqo.c470 .end_of_packet = cur_eop, in gve_tx_fill_pkt_desc_dqo()
/openbmc/qemu/target/hexagon/
H A Ddecode.c663 bool end_of_packet = false; in decode_packet() local
671 while (!end_of_packet && (words_read < max_words)) { in decode_packet()
675 end_of_packet = is_packet_end(encoding32); in decode_packet()
690 if (!end_of_packet) { in decode_packet()
/openbmc/linux/include/net/sctp/
H A Dstructs.h655 end_of_packet:1, /* Last chunk in the packet? */ member