Loading include/net/x25.h +1 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char); /* x25_timer.c */ extern void x25_init_timers(struct sock *sk); extern void x25_start_heartbeat(struct sock *); extern void x25_start_t2timer(struct sock *); extern void x25_start_t21timer(struct sock *); Loading net/x25/af_x25.c +0 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,6 @@ static struct sock *x25_alloc_socket(void) return sk; } void x25_init_timers(struct sock *sk); static int x25_create(struct socket *sock, int protocol) { struct sock *sk; Loading Loading
include/net/x25.h +1 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ extern int x25_decode(struct sock *, struct sk_buff *, int *, int *, int *, int extern void x25_disconnect(struct sock *, int, unsigned char, unsigned char); /* x25_timer.c */ extern void x25_init_timers(struct sock *sk); extern void x25_start_heartbeat(struct sock *); extern void x25_start_t2timer(struct sock *); extern void x25_start_t21timer(struct sock *); Loading
net/x25/af_x25.c +0 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,6 @@ static struct sock *x25_alloc_socket(void) return sk; } void x25_init_timers(struct sock *sk); static int x25_create(struct socket *sock, int protocol) { struct sock *sk; Loading