Home
last modified time | relevance | path

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

/openbmc/linux/net/x25/
H A Dx25_timer.c29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers()
49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer()
56 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer()
63 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer()
70 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer()
82 struct x25_sock *x25 = x25_sk(sk); in x25_display_timer()
133 struct x25_sock *x25 = x25_sk(sk); in x25_do_timer_expiry()
159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry()
H A Dx25_subr.c36 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues()
54 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked()
92 struct x25_sock *x25 = x25_sk(sk); in x25_validate_nr()
111 struct x25_sock *x25 = x25_sk(sk); in x25_write_internal()
263 struct x25_sock *x25 = x25_sk(sk); in x25_decode()
341 struct x25_sock *x25 = x25_sk(sk); in x25_disconnect()
374 struct x25_sock *x25 = x25_sk(sk); in x25_check_rbuf()
H A Dx25_out.c53 struct x25_sock *x25 = x25_sk(sk); in x25_output()
118 struct x25_sock *x25 = x25_sk(sk); in x25_send_iframe()
141 struct x25_sock *x25 = x25_sk(sk); in x25_kick()
215 struct x25_sock *x25 = x25_sk(sk); in x25_enquiry_response()
H A Dx25_in.c35 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame()
91 struct x25_sock *x25 = x25_sk(sk); in x25_state1_machine()
212 struct x25_sock *x25 = x25_sk(sk); in x25_state3_machine()
346 struct x25_sock *x25 = x25_sk(sk); in x25_state4_machine()
392 struct x25_sock *x25 = x25_sk(sk); in x25_state5_machine()
417 struct x25_sock *x25 = x25_sk(sk); in x25_process_rx_frame()
H A Daf_x25.c505 .obj_size = sizeof(struct x25_sock),
510 struct x25_sock *x25; in x25_alloc_socket()
531 struct x25_sock *x25; in x25_create()
590 struct x25_sock *x25, *ox25; in x25_make_new()
628 struct x25_sock *x25; in x25_release()
750 struct x25_sock *x25 = x25_sk(sk); in x25_connect()
921 struct x25_sock *x25 = x25_sk(sk); in x25_getname()
945 struct x25_sock *makex25; in x25_rx_call_request()
1106 struct x25_sock *x25 = x25_sk(sk); in x25_sendmsg()
1281 struct x25_sock *x25 = x25_sk(sk); in x25_recvmsg()
[all …]
H A Dx25_proc.c81 struct x25_sock *x25; in x25_seq_socket_show()
H A Dx25_facilities.c268 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities()
/openbmc/linux/include/net/
H A Dx25.h150 struct x25_sock { struct
180 #define x25_sk(ptr) container_of_const(ptr, struct x25_sock, sk) argument