Home
last modified time | relevance | path

Searched refs:x25_sock (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/x25/
Dx25_timer.c34 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers()
54 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer()
61 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer()
68 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer()
75 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer()
87 struct x25_sock *x25 = x25_sk(sk); in x25_display_timer()
138 struct x25_sock *x25 = x25_sk(sk); in x25_do_timer_expiry()
164 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry()
Dx25_subr.c41 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues()
59 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked()
97 struct x25_sock *x25 = x25_sk(sk); in x25_validate_nr()
116 struct x25_sock *x25 = x25_sk(sk); in x25_write_internal()
268 struct x25_sock *x25 = x25_sk(sk); in x25_decode()
346 struct x25_sock *x25 = x25_sk(sk); in x25_disconnect()
373 struct x25_sock *x25 = x25_sk(sk); in x25_check_rbuf()
Dx25_out.c58 struct x25_sock *x25 = x25_sk(sk); in x25_output()
123 struct x25_sock *x25 = x25_sk(sk); in x25_send_iframe()
146 struct x25_sock *x25 = x25_sk(sk); in x25_kick()
220 struct x25_sock *x25 = x25_sk(sk); in x25_enquiry_response()
Dx25_in.c40 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame()
96 struct x25_sock *x25 = x25_sk(sk); in x25_state1_machine()
208 struct x25_sock *x25 = x25_sk(sk); in x25_state3_machine()
342 struct x25_sock *x25 = x25_sk(sk); in x25_state4_machine()
384 struct x25_sock *x25 = x25_sk(sk); in x25_process_rx_frame()
Daf_x25.c516 .obj_size = sizeof(struct x25_sock),
521 struct x25_sock *x25; in x25_alloc_socket()
542 struct x25_sock *x25; in x25_create()
601 struct x25_sock *x25, *ox25; in x25_make_new()
639 struct x25_sock *x25; in x25_release()
742 struct x25_sock *x25 = x25_sk(sk); in x25_connect()
903 struct x25_sock *x25 = x25_sk(sk); in x25_getname()
927 struct x25_sock *makex25; in x25_rx_call_request()
1085 struct x25_sock *x25 = x25_sk(sk); in x25_sendmsg()
1260 struct x25_sock *x25 = x25_sk(sk); in x25_recvmsg()
[all …]
Dx25_proc.c86 struct x25_sock *x25; in x25_seq_socket_show()
Dx25_facilities.c273 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities()
/Linux-v4.19/include/net/
Dx25.h149 struct x25_sock { struct
179 static inline struct x25_sock *x25_sk(const struct sock *sk) in x25_sk() argument
181 return (struct x25_sock *)sk; in x25_sk()