Symbol: x25_sk
net/x25/af_x25.c
1052
makex25 = x25_sk(make);
net/x25/af_x25.c
1060
makex25->vc_facil_mask = x25_sk(sk)->vc_facil_mask;
net/x25/af_x25.c
1065
makex25->cudmatchlength = x25_sk(sk)->cudmatchlength;
net/x25/af_x25.c
1106
struct x25_sock *x25 = x25_sk(sk);
net/x25/af_x25.c
1281
struct x25_sock *x25 = x25_sk(sk);
net/x25/af_x25.c
1381
struct x25_sock *x25 = x25_sk(sk);
net/x25/af_x25.c
1778
if (x25_sk(s)->neighbour == nb) {
net/x25/af_x25.c
275
x25_sk(s)->source_addr.x25_addr) ||
net/x25/af_x25.c
276
!strcmp(x25_sk(s)->source_addr.x25_addr,
net/x25/af_x25.c
283
if (x25_sk(s)->cudmatchlength > 0 &&
net/x25/af_x25.c
284
skb->len >= x25_sk(s)->cudmatchlength) {
net/x25/af_x25.c
285
if((memcmp(x25_sk(s)->calluserdata.cuddata,
net/x25/af_x25.c
287
x25_sk(s)->cudmatchlength)) == 0) {
net/x25/af_x25.c
313
if (x25_sk(s)->lci == lci && x25_sk(s)->neighbour == nb) {
net/x25/af_x25.c
392
x25_sk(skb->sk)->state = X25_STATE_0;
net/x25/af_x25.c
442
set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
net/x25/af_x25.c
444
clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
net/x25/af_x25.c
473
val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
net/x25/af_x25.c
492
memset(&x25_sk(sk)->dest_addr, 0, X25_ADDR_LEN);
net/x25/af_x25.c
518
x25 = x25_sk(sk);
net/x25/af_x25.c
549
x25 = x25_sk(sk);
net/x25/af_x25.c
598
x25 = x25_sk(sk);
net/x25/af_x25.c
609
ox25 = x25_sk(osk);
net/x25/af_x25.c
633
x25 = x25_sk(sk);
net/x25/af_x25.c
700
x25_sk(sk)->source_addr = addr->sx25_addr;
net/x25/af_x25.c
750
struct x25_sock *x25 = x25_sk(sk);
net/x25/af_x25.c
921
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_facilities.c
268
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
215
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
349
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
35
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
395
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
420
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_in.c
94
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_out.c
118
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_out.c
141
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_out.c
215
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_out.c
53
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_proc.c
91
x25 = x25_sk(s);
net/x25/x25_subr.c
112
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
264
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
342
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
36
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
375
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
55
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_subr.c
78
while ((skb = skb_dequeue(&x25_sk(sk)->ack_queue)) != NULL) {
net/x25/x25_subr.c
93
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
133
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
164
if (x25_sk(sk)->state == X25_STATE_3)
net/x25/x25_timer.c
29
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
49
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
56
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
63
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
70
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
77
timer_delete(&x25_sk(sk)->timer);
net/x25/x25_timer.c
82
struct x25_sock *x25 = x25_sk(sk);
net/x25/x25_timer.c
98
switch (x25_sk(sk)->state) {