Searched refs:x25_disconnect (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/x25/ |
D | x25_in.c | 150 x25_disconnect(sk, ECONNREFUSED, skb->data[3], skb->data[4]); in x25_state1_machine() 180 x25_disconnect(sk, 0, skb->data[3], skb->data[4]); in x25_state2_machine() 184 x25_disconnect(sk, 0, 0, 0); in x25_state2_machine() 230 x25_disconnect(sk, 0, skb->data[3], skb->data[4]); in x25_state3_machine() 365 x25_disconnect(sk, 0, skb->data[3], skb->data[4]); in x25_state4_machine()
|
D | x25_timer.c | 157 x25_disconnect(sk, ETIMEDOUT, 0, 0); in x25_do_timer_expiry()
|
D | x25_subr.c | 343 void x25_disconnect(struct sock *sk, int reason, unsigned char cause, in x25_disconnect() function
|
D | af_x25.c | 218 x25_disconnect(s, ENETUNREACH, 0, 0); in x25_kill_by_device() 652 x25_disconnect(sk, 0, 0, 0); in x25_release() 1785 x25_disconnect(s, ENETUNREACH, 0, 0); in x25_kill_by_neigh()
|
/Linux-v4.19/include/net/ |
D | x25.h | 287 void x25_disconnect(struct sock *, int, unsigned char, unsigned char);
|