Searched refs:ccid_hc_tx_packet_sent (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h44 * @ccid_hc_tx_packet_sent: does accounting for packets in flight by HC-sender
79 void (*ccid_hc_tx_packet_sent)(struct sock *sk, member in struct:ccid_operations
150 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, function
153 if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL)
154 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, more, len);
H A Doutput.c305 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, 0, len);
307 DCCP_BUG("err=%d after ccid_hc_tx_packet_sent",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c710 .ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
H A Dccid3.c924 .ccid_hc_tx_packet_sent = ccid3_hc_tx_packet_sent,

Completed in 170 milliseconds