Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_timer.c34 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers()
55 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer()
62 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer()
69 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer()
76 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer()
88 struct x25_sock *x25 = x25_sk(sk); in x25_display_timer()
139 struct x25_sock *x25 = x25_sk(sk); in x25_do_timer_expiry()
Dx25_subr.c39 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues()
57 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked()
95 struct x25_sock *x25 = x25_sk(sk); in x25_validate_nr()
114 struct x25_sock *x25 = x25_sk(sk); in x25_write_internal()
273 struct x25_sock *x25 = x25_sk(sk); in x25_decode()
340 struct x25_sock *x25 = x25_sk(sk); in x25_disconnect()
367 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.c38 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame()
94 struct x25_sock *x25 = x25_sk(sk); in x25_state1_machine()
191 struct x25_sock *x25 = x25_sk(sk); in x25_state3_machine()
321 struct x25_sock *x25 = x25_sk(sk); in x25_state4_machine()
348 struct x25_sock *x25 = x25_sk(sk); in x25_process_rx_frame()
Daf_x25.c515 .obj_size = sizeof(struct x25_sock),
520 struct x25_sock *x25; in x25_alloc_socket()
541 struct x25_sock *x25; in x25_create()
600 struct x25_sock *x25, *ox25; in x25_make_new()
638 struct x25_sock *x25; in x25_release()
741 struct x25_sock *x25 = x25_sk(sk); in x25_connect()
901 struct x25_sock *x25 = x25_sk(sk); in x25_getname()
925 struct x25_sock *makex25; in x25_rx_call_request()
1071 struct x25_sock *x25 = x25_sk(sk); in x25_sendmsg()
1244 struct x25_sock *x25 = x25_sk(sk); in x25_recvmsg()
[all …]
Dx25_proc.c85 struct x25_sock *x25; in x25_seq_socket_show()
Dx25_facilities.c265 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities()
/linux-2.6.39/include/net/
Dx25.h147 struct x25_sock { struct
177 static inline struct x25_sock *x25_sk(const struct sock *sk) in x25_sk() argument
179 return (struct x25_sock *)sk; in x25_sk()