Home
last modified time | relevance | path

Searched refs:timeout_data (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dllc_c_ac.h174 void llc_conn_busy_tmr_cb(unsigned long timeout_data);
175 void llc_conn_pf_cycle_tmr_cb(unsigned long timeout_data);
176 void llc_conn_ack_tmr_cb(unsigned long timeout_data);
177 void llc_conn_rej_tmr_cb(unsigned long timeout_data);
/linux-4.4.14/net/llc/
Dllc_c_ac.c1321 static void llc_conn_tmr_common_cb(unsigned long timeout_data, u8 type) in llc_conn_tmr_common_cb() argument
1323 struct sock *sk = (struct sock *)timeout_data; in llc_conn_tmr_common_cb()
1337 void llc_conn_pf_cycle_tmr_cb(unsigned long timeout_data) in llc_conn_pf_cycle_tmr_cb() argument
1339 llc_conn_tmr_common_cb(timeout_data, LLC_CONN_EV_TYPE_P_TMR); in llc_conn_pf_cycle_tmr_cb()
1342 void llc_conn_busy_tmr_cb(unsigned long timeout_data) in llc_conn_busy_tmr_cb() argument
1344 llc_conn_tmr_common_cb(timeout_data, LLC_CONN_EV_TYPE_BUSY_TMR); in llc_conn_busy_tmr_cb()
1347 void llc_conn_ack_tmr_cb(unsigned long timeout_data) in llc_conn_ack_tmr_cb() argument
1349 llc_conn_tmr_common_cb(timeout_data, LLC_CONN_EV_TYPE_ACK_TMR); in llc_conn_ack_tmr_cb()
1352 void llc_conn_rej_tmr_cb(unsigned long timeout_data) in llc_conn_rej_tmr_cb() argument
1354 llc_conn_tmr_common_cb(timeout_data, LLC_CONN_EV_TYPE_REJ_TMR); in llc_conn_rej_tmr_cb()