Searched refs:ccid3_hc_tx_sock (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h77 * struct ccid3_hc_tx_sock - CCID3 sender half-connection socket
97 struct ccid3_hc_tx_sock { struct
118 static inline struct ccid3_hc_tx_sock *ccid3_hc_tx_sk(const struct sock *sk)
120 struct ccid3_hc_tx_sock *hctx = ccid_priv(dccp_sk(sk)->dccps_hc_tx_ccid);
H A Dccid3.c67 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);
88 const struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);
97 static void ccid3_update_send_interval(struct ccid3_hc_tx_sock *hc)
109 static u32 ccid3_hc_tx_idle_rtt(struct ccid3_hc_tx_sock *hc, ktime_t now)
128 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);
171 static inline void ccid3_hc_tx_update_s(struct ccid3_hc_tx_sock *hc, int len)
185 static inline void ccid3_hc_tx_update_win_count(struct ccid3_hc_tx_sock *hc,
201 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);
280 struct ccid3_hc_tx_sock *hc = ccid3_hc_tx_sk(sk);
363 struct ccid3_hc_tx_sock *h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dprobe.c79 struct ccid3_hc_tx_sock *hc = NULL;

Completed in 89 milliseconds