Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
Dccid.h145 CCID_PACKET_SEND_AT_ONCE = 0x00000, /* "green light": no delay */ enumerator
157 return CCID_PACKET_SEND_AT_ONCE; in ccid_packet_dequeue_eval()
168 return CCID_PACKET_SEND_AT_ONCE; in ccid_hc_tx_send_packet()
Doutput.c339 case CCID_PACKET_SEND_AT_ONCE: in dccp_flush_write_queue()
365 case CCID_PACKET_SEND_AT_ONCE: in dccp_write_xmit()
/linux-6.1.9/net/dccp/ccids/
Dccid2.c71 return CCID_PACKET_SEND_AT_ONCE; in ccid2_hc_tx_send_packet()
Dccid3.c346 return CCID_PACKET_SEND_AT_ONCE; in ccid3_hc_tx_send_packet()