Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
Dccid.h70 int (*ccid_hc_tx_send_packet)(struct sock *sk, member
163 static inline int ccid_hc_tx_send_packet(struct ccid *ccid, struct sock *sk, in ccid_hc_tx_send_packet() function
166 if (ccid->ccid_ops->ccid_hc_tx_send_packet != NULL) in ccid_hc_tx_send_packet()
167 return ccid->ccid_ops->ccid_hc_tx_send_packet(sk, skb); in ccid_hc_tx_send_packet()
Doutput.c318 rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_flush_write_queue()
356 int rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_write_xmit()
/linux-6.1.9/net/dccp/ccids/
Dccid2.c782 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
Dccid3.c848 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,