Lines Matching refs:sock
20 #include <net/sock.h>
27 void x25_init_timers(struct sock *sk)
37 void x25_start_heartbeat(struct sock *sk)
42 void x25_stop_heartbeat(struct sock *sk)
47 void x25_start_t2timer(struct sock *sk)
54 void x25_start_t21timer(struct sock *sk)
61 void x25_start_t22timer(struct sock *sk)
68 void x25_start_t23timer(struct sock *sk)
75 void x25_stop_timer(struct sock *sk)
80 unsigned long x25_display_timer(struct sock *sk)
92 struct sock *sk = from_timer(sk, t, sk_timer);
131 static inline void x25_do_timer_expiry(struct sock * sk)
160 struct sock *sk = &x25->sk;