Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
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()
Dsm_statefuns.c3255 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3275 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3280 if (chunk->end_of_packet) in sctp_sf_eat_data_6_2()
3349 if (chunk->end_of_packet) { in sctp_sf_eat_data_fast_4_4()
Dsm_sideeffect.c1813 if (chunk->end_of_packet || chunk->singleton) in sctp_cmd_interpreter()
/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_desc_dqo.h29 u8 end_of_packet: 1; member
224 u8 end_of_packet: 1; member
Dgve_rx_dqo.c523 const bool eop = compl_desc->end_of_packet != 0; in gve_rx_dqo()
723 if (!compl_desc->end_of_packet) in gve_rx_poll_dqo()
Dgve_tx_dqo.c338 .end_of_packet = cur_eop, in gve_tx_fill_pkt_desc_dqo()
/linux-6.1.9/include/net/sctp/
Dstructs.h654 end_of_packet:1, /* Last chunk in the packet? */ member