Home
last modified time | relevance | path

Searched refs:ccid_hc_tx_send_packet (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dccid.h40 * @ccid_hc_tx_send_packet: implements the sending part of the HC-sender
70 int (*ccid_hc_tx_send_packet)(struct sock *sk, member
138 * queued packet may be sent, using the return code of ccid_hc_tx_send_packet().
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()
H A Doutput.c311 rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_flush_write_queue()
349 int rc = ccid_hc_tx_send_packet(dp->dccps_hc_tx_ccid, sk, skb); in dccp_write_xmit()
/kernel/linux/linux-6.6/net/dccp/
H A Dccid.h40 * @ccid_hc_tx_send_packet: implements the sending part of the HC-sender
70 int (*ccid_hc_tx_send_packet)(struct sock *sk, member
138 * queued packet may be sent, using the return code of ccid_hc_tx_send_packet().
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()
H A 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()
/kernel/linux/linux-5.10/net/dccp/ccids/
H A Dccid3.c842 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,
H A Dccid2.c777 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
/kernel/linux/linux-6.6/net/dccp/ccids/
H A Dccid3.c848 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,
H A Dccid2.c782 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,

Completed in 8 milliseconds