Lines Matching defs:sk
32 void x25_init_timers(struct sock *sk) in x25_init_timers()
42 void x25_start_heartbeat(struct sock *sk) in x25_start_heartbeat()
47 void x25_stop_heartbeat(struct sock *sk) in x25_stop_heartbeat()
52 void x25_start_t2timer(struct sock *sk) in x25_start_t2timer()
59 void x25_start_t21timer(struct sock *sk) in x25_start_t21timer()
66 void x25_start_t22timer(struct sock *sk) in x25_start_t22timer()
73 void x25_start_t23timer(struct sock *sk) in x25_start_t23timer()
80 void x25_stop_timer(struct sock *sk) in x25_stop_timer()
85 unsigned long x25_display_timer(struct sock *sk) in x25_display_timer()
97 struct sock *sk = from_timer(sk, t, sk_timer); in x25_heartbeat_expiry() local
136 static inline void x25_do_timer_expiry(struct sock * sk) in x25_do_timer_expiry()
165 struct sock *sk = &x25->sk; in x25_timer_expiry() local