Lines Matching refs:x25_sk

216 		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()
502 memset(&x25_sk(sk)->dest_addr, 0, X25_ADDR_LEN); in x25_listen()
528 x25 = x25_sk(sk); in x25_alloc_socket()
559 x25 = x25_sk(sk); in x25_create()
608 x25 = x25_sk(sk); in x25_make_new()
619 ox25 = x25_sk(osk); in x25_make_new()
643 x25 = x25_sk(sk); in x25_release()
699 x25_sk(sk)->source_addr = addr->sx25_addr; in x25_bind()
741 struct x25_sock *x25 = x25_sk(sk); in x25_connect()
901 struct x25_sock *x25 = x25_sk(sk); in x25_getname()
1019 makex25 = x25_sk(make); in x25_rx_call_request()
1026 makex25->vc_facil_mask = x25_sk(sk)->vc_facil_mask; in x25_rx_call_request()
1031 makex25->cudmatchlength = x25_sk(sk)->cudmatchlength; 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()
1334 struct x25_sock *x25 = x25_sk(sk); in x25_ioctl()
1764 if (x25_sk(s)->neighbour == nb) in x25_kill_by_neigh()