x25               677 arch/arm64/include/asm/assembler.h 	__frame_regs	x25, x26, \op, 7
x25               116 arch/arm64/include/asm/processor.h 	unsigned long x25;
x25               141 arch/arm64/kernel/kgdb.c 	gdb_regs[25] = cpu_context->x25;
x25               514 net/x25/af_x25.c 	struct x25_sock *x25;
x25               522 net/x25/af_x25.c 	x25 = x25_sk(sk);
x25               523 net/x25/af_x25.c 	skb_queue_head_init(&x25->ack_queue);
x25               524 net/x25/af_x25.c 	skb_queue_head_init(&x25->fragment_queue);
x25               525 net/x25/af_x25.c 	skb_queue_head_init(&x25->interrupt_in_queue);
x25               526 net/x25/af_x25.c 	skb_queue_head_init(&x25->interrupt_out_queue);
x25               535 net/x25/af_x25.c 	struct x25_sock *x25;
x25               553 net/x25/af_x25.c 	x25 = x25_sk(sk);
x25               563 net/x25/af_x25.c 	x25->t21   = sysctl_x25_call_request_timeout;
x25               564 net/x25/af_x25.c 	x25->t22   = sysctl_x25_reset_request_timeout;
x25               565 net/x25/af_x25.c 	x25->t23   = sysctl_x25_clear_request_timeout;
x25               566 net/x25/af_x25.c 	x25->t2    = sysctl_x25_ack_holdback_timeout;
x25               567 net/x25/af_x25.c 	x25->state = X25_STATE_0;
x25               568 net/x25/af_x25.c 	x25->cudmatchlength = 0;
x25               569 net/x25/af_x25.c 	set_bit(X25_ACCPT_APPRV_FLAG, &x25->flags);	/* normally no cud  */
x25               572 net/x25/af_x25.c 	x25->facilities.winsize_in  = X25_DEFAULT_WINDOW_SIZE;
x25               573 net/x25/af_x25.c 	x25->facilities.winsize_out = X25_DEFAULT_WINDOW_SIZE;
x25               574 net/x25/af_x25.c 	x25->facilities.pacsize_in  = X25_DEFAULT_PACKET_SIZE;
x25               575 net/x25/af_x25.c 	x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE;
x25               576 net/x25/af_x25.c 	x25->facilities.throughput  = 0;	/* by default don't negotiate
x25               578 net/x25/af_x25.c 	x25->facilities.reverse     = X25_DEFAULT_REVERSE;
x25               579 net/x25/af_x25.c 	x25->dte_facilities.calling_len = 0;
x25               580 net/x25/af_x25.c 	x25->dte_facilities.called_len = 0;
x25               581 net/x25/af_x25.c 	memset(x25->dte_facilities.called_ae, '\0',
x25               582 net/x25/af_x25.c 			sizeof(x25->dte_facilities.called_ae));
x25               583 net/x25/af_x25.c 	memset(x25->dte_facilities.calling_ae, '\0',
x25               584 net/x25/af_x25.c 			sizeof(x25->dte_facilities.calling_ae));
x25               594 net/x25/af_x25.c 	struct x25_sock *x25, *ox25;
x25               602 net/x25/af_x25.c 	x25 = x25_sk(sk);
x25               614 net/x25/af_x25.c 	x25->t21        = ox25->t21;
x25               615 net/x25/af_x25.c 	x25->t22        = ox25->t22;
x25               616 net/x25/af_x25.c 	x25->t23        = ox25->t23;
x25               617 net/x25/af_x25.c 	x25->t2         = ox25->t2;
x25               618 net/x25/af_x25.c 	x25->flags	= ox25->flags;
x25               619 net/x25/af_x25.c 	x25->facilities = ox25->facilities;
x25               620 net/x25/af_x25.c 	x25->dte_facilities = ox25->dte_facilities;
x25               621 net/x25/af_x25.c 	x25->cudmatchlength = ox25->cudmatchlength;
x25               623 net/x25/af_x25.c 	clear_bit(X25_INTERRUPT_FLAG, &x25->flags);
x25               632 net/x25/af_x25.c 	struct x25_sock *x25;
x25               637 net/x25/af_x25.c 	x25 = x25_sk(sk);
x25               641 net/x25/af_x25.c 	switch (x25->state) {
x25               655 net/x25/af_x25.c 			x25->state = X25_STATE_2;
x25               742 net/x25/af_x25.c 	struct x25_sock *x25 = x25_sk(sk);
x25               780 net/x25/af_x25.c 	x25->neighbour = x25_get_neigh(rt->dev);
x25               781 net/x25/af_x25.c 	if (!x25->neighbour)
x25               784 net/x25/af_x25.c 	x25_limit_facilities(&x25->facilities, x25->neighbour);
x25               786 net/x25/af_x25.c 	x25->lci = x25_new_lci(x25->neighbour);
x25               787 net/x25/af_x25.c 	if (!x25->lci)
x25               794 net/x25/af_x25.c 	if (!strcmp(x25->source_addr.x25_addr, null_x25_address.x25_addr))
x25               795 net/x25/af_x25.c 		memset(&x25->source_addr, '\0', X25_ADDR_LEN);
x25               797 net/x25/af_x25.c 	x25->dest_addr = addr->sx25_addr;
x25               803 net/x25/af_x25.c 	x25->state = X25_STATE_1;
x25               824 net/x25/af_x25.c 		x25_neigh_put(x25->neighbour);
x25               825 net/x25/af_x25.c 		x25->neighbour = NULL;
x25               827 net/x25/af_x25.c 		x25->state = X25_STATE_0;
x25               912 net/x25/af_x25.c 	struct x25_sock *x25 = x25_sk(sk);
x25               920 net/x25/af_x25.c 		sx25->sx25_addr = x25->dest_addr;
x25               922 net/x25/af_x25.c 		sx25->sx25_addr = x25->source_addr;
x25              1094 net/x25/af_x25.c 	struct x25_sock *x25 = x25_sk(sk);
x25              1122 net/x25/af_x25.c 	if (!x25->neighbour)
x25              1131 net/x25/af_x25.c 		if (strcmp(x25->dest_addr.x25_addr, sx25.sx25_addr.x25_addr))
x25              1147 net/x25/af_x25.c 		sx25.sx25_addr   = x25->dest_addr;
x25              1191 net/x25/af_x25.c 	if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
x25              1205 net/x25/af_x25.c 		if (x25->neighbour->extended) {
x25              1207 net/x25/af_x25.c 			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ;
x25              1208 net/x25/af_x25.c 			*asmptr++ = (x25->lci >> 0) & 0xFF;
x25              1212 net/x25/af_x25.c 			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ;
x25              1213 net/x25/af_x25.c 			*asmptr++ = (x25->lci >> 0) & 0xFF;
x25              1217 net/x25/af_x25.c 		if (x25->neighbour->extended) {
x25              1220 net/x25/af_x25.c 			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ;
x25              1221 net/x25/af_x25.c 			*asmptr++ = (x25->lci >> 0) & 0xFF;
x25              1227 net/x25/af_x25.c 			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ;
x25              1228 net/x25/af_x25.c 			*asmptr++ = (x25->lci >> 0) & 0xFF;
x25              1244 net/x25/af_x25.c 		skb_queue_tail(&x25->interrupt_out_queue, skb);
x25              1250 net/x25/af_x25.c 		else if (test_bit(X25_Q_BIT_FLAG, &x25->flags))
x25              1269 net/x25/af_x25.c 	struct x25_sock *x25 = x25_sk(sk);
x25              1279 net/x25/af_x25.c 	if (x25->neighbour == NULL)
x25              1282 net/x25/af_x25.c 	header_len = x25->neighbour->extended ?
x25              1295 net/x25/af_x25.c 		    !skb_peek(&x25->interrupt_in_queue))
x25              1298 net/x25/af_x25.c 		skb = skb_dequeue(&x25->interrupt_in_queue);
x25              1308 net/x25/af_x25.c 		if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
x25              1330 net/x25/af_x25.c 		if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
x25              1353 net/x25/af_x25.c 		sx25->sx25_addr   = x25->dest_addr;
x25              1370 net/x25/af_x25.c 	struct x25_sock *x25 = x25_sk(sk);
x25              1430 net/x25/af_x25.c 		rc = copy_to_user(argp, &x25->facilities,
x25              1431 net/x25/af_x25.c 				  sizeof(x25->facilities))
x25              1473 net/x25/af_x25.c 		x25->facilities = facilities;
x25              1482 net/x25/af_x25.c 		rc = copy_to_user(argp, &x25->dte_facilities,
x25              1483 net/x25/af_x25.c 				  sizeof(x25->dte_facilities));
x25              1504 net/x25/af_x25.c 		x25->dte_facilities = dtefacs;
x25              1513 net/x25/af_x25.c 		rc = copy_to_user(argp, &x25->calluserdata,
x25              1514 net/x25/af_x25.c 				  sizeof(x25->calluserdata))
x25              1530 net/x25/af_x25.c 		x25->calluserdata = calluserdata;
x25              1538 net/x25/af_x25.c 		rc = copy_to_user(argp, &x25->causediag, sizeof(x25->causediag))
x25              1550 net/x25/af_x25.c 		x25->causediag = causediag;
x25              1570 net/x25/af_x25.c 		x25->cudmatchlength = sub_addr.cudmatchlength;
x25              1581 net/x25/af_x25.c 			clear_bit(X25_ACCPT_APPRV_FLAG, &x25->flags);
x25              1594 net/x25/af_x25.c 		if (test_bit(X25_ACCPT_APPRV_FLAG, &x25->flags))
x25              1597 net/x25/af_x25.c 		x25->state = X25_STATE_3;
x25               268 net/x25/x25_facilities.c 	struct x25_sock *x25 = x25_sk(sk);
x25               269 net/x25/x25_facilities.c 	struct x25_facilities *ours = &x25->facilities;
x25               277 net/x25/x25_facilities.c 	len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask);
x25                35 net/x25/x25_in.c 	struct x25_sock *x25 = x25_sk(sk);
x25                38 net/x25/x25_in.c 		x25->fraglen += skb->len;
x25                39 net/x25/x25_in.c 		skb_queue_tail(&x25->fragment_queue, skb);
x25                44 net/x25/x25_in.c 	if (!more && x25->fraglen > 0) {	/* End of fragment */
x25                45 net/x25/x25_in.c 		int len = x25->fraglen + skb->len;
x25                52 net/x25/x25_in.c 		skb_queue_tail(&x25->fragment_queue, skb);
x25                56 net/x25/x25_in.c 		skbo = skb_dequeue(&x25->fragment_queue);
x25                62 net/x25/x25_in.c 			skb_dequeue(&x25->fragment_queue)) != NULL) {
x25                63 net/x25/x25_in.c 			skb_pull(skbo, (x25->neighbour->extended) ?
x25                71 net/x25/x25_in.c 		x25->fraglen = 0;
x25                91 net/x25/x25_in.c 	struct x25_sock *x25 = x25_sk(sk);
x25                97 net/x25/x25_in.c 		x25->condition = 0x00;
x25                98 net/x25/x25_in.c 		x25->vs        = 0;
x25                99 net/x25/x25_in.c 		x25->va        = 0;
x25               100 net/x25/x25_in.c 		x25->vr        = 0;
x25               101 net/x25/x25_in.c 		x25->vl        = 0;
x25               102 net/x25/x25_in.c 		x25->state     = X25_STATE_3;
x25               118 net/x25/x25_in.c 		len = x25_parse_facilities(skb, &x25->facilities,
x25               119 net/x25/x25_in.c 					   &x25->dte_facilities,
x25               120 net/x25/x25_in.c 					   &x25->vc_facil_mask);
x25               132 net/x25/x25_in.c 			skb_copy_bits(skb, 0, x25->calluserdata.cuddata,
x25               134 net/x25/x25_in.c 			x25->calluserdata.cudlength = skb->len;
x25               142 net/x25/x25_in.c 		x25->causediag.cause      = 0x01;
x25               143 net/x25/x25_in.c 		x25->causediag.diagnostic = 0x48;
x25               165 net/x25/x25_in.c 	x25->state = X25_STATE_2;
x25               212 net/x25/x25_in.c 	struct x25_sock *x25 = x25_sk(sk);
x25               214 net/x25/x25_in.c 	modulus = (x25->neighbour->extended) ? X25_EMODULUS : X25_SMODULUS;
x25               221 net/x25/x25_in.c 			x25->condition = 0x00;
x25               222 net/x25/x25_in.c 			x25->vs        = 0;
x25               223 net/x25/x25_in.c 			x25->vr        = 0;
x25               224 net/x25/x25_in.c 			x25->va        = 0;
x25               225 net/x25/x25_in.c 			x25->vl        = 0;
x25               243 net/x25/x25_in.c 				x25->condition = 0x00;
x25               244 net/x25/x25_in.c 				x25->vs        = 0;
x25               245 net/x25/x25_in.c 				x25->vr        = 0;
x25               246 net/x25/x25_in.c 				x25->va        = 0;
x25               247 net/x25/x25_in.c 				x25->vl        = 0;
x25               248 net/x25/x25_in.c 				x25->state     = X25_STATE_4;
x25               252 net/x25/x25_in.c 					x25->condition |= X25_COND_PEER_RX_BUSY;
x25               254 net/x25/x25_in.c 					x25->condition &= ~X25_COND_PEER_RX_BUSY;
x25               260 net/x25/x25_in.c 			x25->condition &= ~X25_COND_PEER_RX_BUSY;
x25               261 net/x25/x25_in.c 			if ((ns != x25->vr) || !x25_validate_nr(sk, nr)) {
x25               265 net/x25/x25_in.c 				x25->condition = 0x00;
x25               266 net/x25/x25_in.c 				x25->vs        = 0;
x25               267 net/x25/x25_in.c 				x25->vr        = 0;
x25               268 net/x25/x25_in.c 				x25->va        = 0;
x25               269 net/x25/x25_in.c 				x25->vl        = 0;
x25               270 net/x25/x25_in.c 				x25->state     = X25_STATE_4;
x25               274 net/x25/x25_in.c 			if (ns == x25->vr) {
x25               276 net/x25/x25_in.c 					x25->vr = (x25->vr + 1) % modulus;
x25               283 net/x25/x25_in.c 					x25->condition = 0x00;
x25               284 net/x25/x25_in.c 					x25->vs        = 0;
x25               285 net/x25/x25_in.c 					x25->vr        = 0;
x25               286 net/x25/x25_in.c 					x25->va        = 0;
x25               287 net/x25/x25_in.c 					x25->vl        = 0;
x25               288 net/x25/x25_in.c 					x25->state     = X25_STATE_4;
x25               293 net/x25/x25_in.c 					x25->condition |= X25_COND_OWN_RX_BUSY;
x25               299 net/x25/x25_in.c 			if (((x25->vl + x25->facilities.winsize_in) % modulus) == x25->vr) {
x25               300 net/x25/x25_in.c 				x25->condition &= ~X25_COND_ACK_PENDING;
x25               304 net/x25/x25_in.c 				x25->condition |= X25_COND_ACK_PENDING;
x25               310 net/x25/x25_in.c 			clear_bit(X25_INTERRUPT_FLAG, &x25->flags);
x25               318 net/x25/x25_in.c 				skb_queue_tail(&x25->interrupt_in_queue, skb);
x25               334 net/x25/x25_in.c 	x25->state = X25_STATE_2;
x25               346 net/x25/x25_in.c 	struct x25_sock *x25 = x25_sk(sk);
x25               355 net/x25/x25_in.c 			x25->condition = 0x00;
x25               356 net/x25/x25_in.c 			x25->va        = 0;
x25               357 net/x25/x25_in.c 			x25->vr        = 0;
x25               358 net/x25/x25_in.c 			x25->vs        = 0;
x25               359 net/x25/x25_in.c 			x25->vl        = 0;
x25               360 net/x25/x25_in.c 			x25->state     = X25_STATE_3;
x25               380 net/x25/x25_in.c 	x25->state = X25_STATE_2;
x25               388 net/x25/x25_in.c 	struct x25_sock *x25 = x25_sk(sk);
x25               391 net/x25/x25_in.c 	if (x25->state == X25_STATE_0)
x25               396 net/x25/x25_in.c 	switch (x25->state) {
x25                53 net/x25/x25_out.c 	struct x25_sock *x25 = x25_sk(sk);
x25                54 net/x25/x25_out.c 	int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN :
x25                56 net/x25/x25_out.c 	int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out);
x25                94 net/x25/x25_out.c 				if (x25->neighbour->extended)
x25               118 net/x25/x25_out.c 	struct x25_sock *x25 = x25_sk(sk);
x25               123 net/x25/x25_out.c 	if (x25->neighbour->extended) {
x25               124 net/x25/x25_out.c 		skb->data[2]  = (x25->vs << 1) & 0xFE;
x25               126 net/x25/x25_out.c 		skb->data[3] |= (x25->vr << 1) & 0xFE;
x25               129 net/x25/x25_out.c 		skb->data[2] |= (x25->vs << 1) & 0x0E;
x25               130 net/x25/x25_out.c 		skb->data[2] |= (x25->vr << 5) & 0xE0;
x25               133 net/x25/x25_out.c 	x25_transmit_link(skb, x25->neighbour);
x25               141 net/x25/x25_out.c 	struct x25_sock *x25 = x25_sk(sk);
x25               143 net/x25/x25_out.c 	if (x25->state != X25_STATE_3)
x25               149 net/x25/x25_out.c 	if (skb_peek(&x25->interrupt_out_queue) != NULL &&
x25               150 net/x25/x25_out.c 		!test_and_set_bit(X25_INTERRUPT_FLAG, &x25->flags)) {
x25               152 net/x25/x25_out.c 		skb = skb_dequeue(&x25->interrupt_out_queue);
x25               153 net/x25/x25_out.c 		x25_transmit_link(skb, x25->neighbour);
x25               156 net/x25/x25_out.c 	if (x25->condition & X25_COND_PEER_RX_BUSY)
x25               162 net/x25/x25_out.c 	modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS;
x25               164 net/x25/x25_out.c 	start   = skb_peek(&x25->ack_queue) ? x25->vs : x25->va;
x25               165 net/x25/x25_out.c 	end     = (x25->va + x25->facilities.winsize_out) % modulus;
x25               170 net/x25/x25_out.c 	x25->vs = start;
x25               192 net/x25/x25_out.c 		x25->vs = (x25->vs + 1) % modulus;
x25               197 net/x25/x25_out.c 		skb_queue_tail(&x25->ack_queue, skb);
x25               199 net/x25/x25_out.c 	} while (x25->vs != end &&
x25               202 net/x25/x25_out.c 	x25->vl         = x25->vr;
x25               203 net/x25/x25_out.c 	x25->condition &= ~X25_COND_ACK_PENDING;
x25               215 net/x25/x25_out.c 	struct x25_sock *x25 = x25_sk(sk);
x25               217 net/x25/x25_out.c 	if (x25->condition & X25_COND_OWN_RX_BUSY)
x25               222 net/x25/x25_out.c 	x25->vl         = x25->vr;
x25               223 net/x25/x25_out.c 	x25->condition &= ~X25_COND_ACK_PENDING;
x25                81 net/x25/x25_proc.c 	struct x25_sock *x25;
x25                92 net/x25/x25_proc.c 	x25 = x25_sk(s);
x25                94 net/x25/x25_proc.c 	if (!x25->neighbour || (dev = x25->neighbour->dev) == NULL)
x25                97 net/x25/x25_proc.c 		devname = x25->neighbour->dev->name;
x25               101 net/x25/x25_proc.c 		   !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr,
x25               102 net/x25/x25_proc.c 		   !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr,
x25               103 net/x25/x25_proc.c 		   devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr,
x25               104 net/x25/x25_proc.c 		   x25->va, x25_display_timer(s) / HZ, x25->t2  / HZ,
x25               105 net/x25/x25_proc.c 		   x25->t21 / HZ, x25->t22 / HZ, x25->t23 / HZ,
x25                36 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25                39 net/x25/x25_subr.c 	skb_queue_purge(&x25->ack_queue);
x25                40 net/x25/x25_subr.c 	skb_queue_purge(&x25->interrupt_in_queue);
x25                41 net/x25/x25_subr.c 	skb_queue_purge(&x25->interrupt_out_queue);
x25                42 net/x25/x25_subr.c 	skb_queue_purge(&x25->fragment_queue);
x25                54 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25                55 net/x25/x25_subr.c 	int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS;
x25                60 net/x25/x25_subr.c 	if (x25->va != nr)
x25                61 net/x25/x25_subr.c 		while (skb_peek(&x25->ack_queue) && x25->va != nr) {
x25                62 net/x25/x25_subr.c 			skb = skb_dequeue(&x25->ack_queue);
x25                64 net/x25/x25_subr.c 			x25->va = (x25->va + 1) % modulus;
x25                92 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25                93 net/x25/x25_subr.c 	unsigned short vc = x25->va;
x25                94 net/x25/x25_subr.c 	int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS;
x25                96 net/x25/x25_subr.c 	while (vc != x25->vs) {
x25               102 net/x25/x25_subr.c 	return nr == x25->vs ? 1 : 0;
x25               111 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25               130 net/x25/x25_subr.c 		if (x25->facilities.reverse & 0x80) {
x25               165 net/x25/x25_subr.c 	lci1 = (x25->lci >> 8) & 0x0F;
x25               166 net/x25/x25_subr.c 	lci2 = (x25->lci >> 0) & 0xFF;
x25               168 net/x25/x25_subr.c 	if (x25->neighbour->extended) {
x25               184 net/x25/x25_subr.c 			len     = x25_addr_aton(addresses, &x25->dest_addr,
x25               185 net/x25/x25_subr.c 						&x25->source_addr);
x25               188 net/x25/x25_subr.c 					&x25->facilities,
x25               189 net/x25/x25_subr.c 					&x25->dte_facilities,
x25               190 net/x25/x25_subr.c 					x25->neighbour->global_facil_mask);
x25               192 net/x25/x25_subr.c 			skb_put_data(skb, x25->calluserdata.cuddata,
x25               193 net/x25/x25_subr.c 				     x25->calluserdata.cudlength);
x25               194 net/x25/x25_subr.c 			x25->calluserdata.cudlength = 0;
x25               202 net/x25/x25_subr.c 							&x25->facilities,
x25               203 net/x25/x25_subr.c 							&x25->dte_facilities,
x25               204 net/x25/x25_subr.c 							x25->vc_facil_mask);
x25               210 net/x25/x25_subr.c 			if(x25->facilities.reverse & 0x80) {
x25               212 net/x25/x25_subr.c 					     x25->calluserdata.cuddata,
x25               213 net/x25/x25_subr.c 					     x25->calluserdata.cudlength);
x25               215 net/x25/x25_subr.c 			x25->calluserdata.cudlength = 0;
x25               221 net/x25/x25_subr.c 			*dptr++ = x25->causediag.cause;
x25               222 net/x25/x25_subr.c 			*dptr++ = x25->causediag.diagnostic;
x25               235 net/x25/x25_subr.c 			if (x25->neighbour->extended) {
x25               238 net/x25/x25_subr.c 				*dptr++  = (x25->vr << 1) & 0xFE;
x25               242 net/x25/x25_subr.c 				*dptr++ |= (x25->vr << 5) & 0xE0;
x25               254 net/x25/x25_subr.c 	x25_transmit_link(skb, x25->neighbour);
x25               263 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25               289 net/x25/x25_subr.c 	if (x25->neighbour->extended) {
x25               309 net/x25/x25_subr.c 	if (x25->neighbour->extended) {
x25               341 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25               346 net/x25/x25_subr.c 	x25->lci   = 0;
x25               347 net/x25/x25_subr.c 	x25->state = X25_STATE_0;
x25               349 net/x25/x25_subr.c 	x25->causediag.cause      = cause;
x25               350 net/x25/x25_subr.c 	x25->causediag.diagnostic = diagnostic;
x25               368 net/x25/x25_subr.c 	struct x25_sock *x25 = x25_sk(sk);
x25               371 net/x25/x25_subr.c 	    (x25->condition & X25_COND_OWN_RX_BUSY)) {
x25               372 net/x25/x25_subr.c 		x25->condition &= ~X25_COND_OWN_RX_BUSY;
x25               373 net/x25/x25_subr.c 		x25->condition &= ~X25_COND_ACK_PENDING;
x25               374 net/x25/x25_subr.c 		x25->vl         = x25->vr;
x25                29 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                31 net/x25/x25_timer.c 	timer_setup(&x25->timer, x25_timer_expiry, 0);
x25                49 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                51 net/x25/x25_timer.c 	mod_timer(&x25->timer, jiffies + x25->t2);
x25                56 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                58 net/x25/x25_timer.c 	mod_timer(&x25->timer, jiffies + x25->t21);
x25                63 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                65 net/x25/x25_timer.c 	mod_timer(&x25->timer, jiffies + x25->t22);
x25                70 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                72 net/x25/x25_timer.c 	mod_timer(&x25->timer, jiffies + x25->t23);
x25                82 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25                84 net/x25/x25_timer.c 	if (!timer_pending(&x25->timer))
x25                87 net/x25/x25_timer.c 	return x25->timer.expires - jiffies;
x25               133 net/x25/x25_timer.c 	struct x25_sock *x25 = x25_sk(sk);
x25               135 net/x25/x25_timer.c 	switch (x25->state) {
x25               138 net/x25/x25_timer.c 			if (x25->condition & X25_COND_ACK_PENDING) {
x25               139 net/x25/x25_timer.c 				x25->condition &= ~X25_COND_ACK_PENDING;
x25               147 net/x25/x25_timer.c 			x25->state = X25_STATE_2;
x25               159 net/x25/x25_timer.c 	struct x25_sock *x25 = from_timer(x25, t, timer);
x25               160 net/x25/x25_timer.c 	struct sock *sk = &x25->sk;