Searched refs:ccid_hc_tx_send_packet (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/dccp/ | 
| D | ccid.h | 70 	int		(*ccid_hc_tx_send_packet)(struct sock *sk,  member163 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()
 
 | 
| 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()
 
 | 
| /Linux-v5.10/net/dccp/ccids/ | 
| D | ccid2.c | 777 	.ccid_hc_tx_send_packet	  = ccid2_hc_tx_send_packet,
 | 
| D | ccid3.c | 842 	.ccid_hc_tx_send_packet	   = ccid3_hc_tx_send_packet,
 |