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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dccid.h54 void (*ccid_hc_tx_packet_sent)(struct sock *sk, member in struct:ccid_operations
103 static inline void ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, function
106 if (ccid->ccid_ops->ccid_hc_tx_packet_sent != NULL)
107 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, more, len);
H A Doutput.c245 ccid_hc_tx_packet_sent(dp->dccps_hc_tx_ccid, sk, 0, len);
247 DCCP_BUG("err=%d after ccid_hc_tx_packet_sent",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid2.c809 .ccid_hc_tx_packet_sent = ccid2_hc_tx_packet_sent,
H A Dccid3.c1205 .ccid_hc_tx_packet_sent = ccid3_hc_tx_packet_sent,

Completed in 101 milliseconds