Searched refs:ccid_hc_tx_send_packet (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ccid.h | 40 * @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 D | output.c | 311 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 D | ccid.h | 40 * @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 D | output.c | 318 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 D | ccid3.c | 842 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,
|
H A D | ccid2.c | 777 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
|
/kernel/linux/linux-6.6/net/dccp/ccids/ |
H A D | ccid3.c | 848 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,
|
H A D | ccid2.c | 782 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
|
Completed in 8 milliseconds