Searched refs:ccid_hc_tx_send_packet (Results 1 – 4 of 4) sorted by relevance
/linux/net/dccp/ |
H A D | ccid.h | 70 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()
|
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()
|
/linux/net/dccp/ccids/ |
H A D | ccid2.c | 783 .ccid_hc_tx_send_packet = ccid2_hc_tx_send_packet,
|
H A D | ccid3.c | 848 .ccid_hc_tx_send_packet = ccid3_hc_tx_send_packet,
|