Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A 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()
H A Doutput.c339 case CCID_PACKET_SEND_AT_ONCE: in dccp_flush_write_queue()
365 case CCID_PACKET_SEND_AT_ONCE: in dccp_write_xmit()
/openbmc/linux/net/dccp/ccids/
H A Dccid2.c71 return CCID_PACKET_SEND_AT_ONCE; in ccid2_hc_tx_send_packet()
H A Dccid3.c346 return CCID_PACKET_SEND_AT_ONCE; in ccid3_hc_tx_send_packet()