Home
last modified time | relevance | path

Searched refs:x25_sk (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()
83 del_timer(&x25_sk(sk)->timer); in x25_stop_timer()
88 struct x25_sock *x25 = x25_sk(sk); in x25_display_timer()
104 switch (x25_sk(sk)->state) { in x25_heartbeat_expiry()
139 struct x25_sock *x25 = x25_sk(sk); in x25_do_timer_expiry()
169 if (x25_sk(sk)->state == X25_STATE_3) in x25_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()
80 while ((skb = skb_dequeue(&x25_sk(sk)->ack_queue)) != NULL) { in x25_requeue_frames()
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()
Daf_x25.c216 if (x25_sk(s)->neighbour && x25_sk(s)->neighbour->dev == dev) in x25_kill_by_device()
290 x25_sk(s)->source_addr.x25_addr) || in x25_find_listener()
298 if(skb->len > 0 && x25_sk(s)->cudmatchlength > 0) { in x25_find_listener()
299 if((memcmp(x25_sk(s)->calluserdata.cuddata, in x25_find_listener()
301 x25_sk(s)->cudmatchlength)) == 0) { in x25_find_listener()
328 if (x25_sk(s)->lci == lci && x25_sk(s)->neighbour == nb) { in __x25_find_socket()
407 x25_sk(skb->sk)->state = X25_STATE_0; in __x25_destroy_socket()
458 set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
460 clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_setsockopt()
489 val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags); in x25_getsockopt()
[all …]
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()
Dx25_proc.c96 x25 = x25_sk(s); 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.h177 static inline struct x25_sock *x25_sk(const struct sock *sk) in x25_sk() function