Home
last modified time | relevance | path

Searched refs:x25 (Results 1 – 25 of 111) sorted by relevance

12345

/linux/net/x25/
A Dx25_in.c71 x25->fraglen = 0; in x25_queue_rx_frame()
98 x25->vs = 0; in x25_state1_machine()
99 x25->va = 0; in x25_state1_machine()
100 x25->vr = 0; in x25_state1_machine()
101 x25->vl = 0; in x25_state1_machine()
222 x25->vs = 0; in x25_state3_machine()
223 x25->vr = 0; in x25_state3_machine()
224 x25->va = 0; in x25_state3_machine()
225 x25->vl = 0; in x25_state3_machine()
276 x25->vr = (x25->vr + 1) % modulus; in x25_state3_machine()
[all …]
A Dx25_subr.c60 if (x25->va != nr) in x25_frames_acked()
61 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
64 x25->va = (x25->va + 1) % modulus; in x25_frames_acked()
96 while (vc != x25->vs) { in x25_validate_nr()
185 &x25->source_addr); in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
346 x25->lci = 0; in x25_disconnect()
360 if (x25->neighbour) { in x25_disconnect()
363 x25->neighbour = NULL; in x25_disconnect()
[all …]
A Dx25_out.c53 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
94 if (x25->neighbour->extended) in x25_output()
123 if (x25->neighbour->extended) { in x25_send_iframe()
143 if (x25->state != X25_STATE_3) in x25_kick()
164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
170 x25->vs = start; in x25_kick()
192 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
199 } while (x25->vs != end && in x25_kick()
202 x25->vl = x25->vr; in x25_kick()
[all …]
A Dx25_timer.c29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
51 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
58 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
65 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
72 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
84 if (!timer_pending(&x25->timer)) in x25_display_timer()
135 switch (x25->state) { in x25_do_timer_expiry()
147 x25->state = X25_STATE_2; in x25_do_timer_expiry()
159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry() local
[all …]
A Daf_x25.c504 struct x25_sock *x25; in x25_alloc_socket() local
512 x25 = x25_sk(sk); in x25_alloc_socket()
525 struct x25_sock *x25; in x25_create() local
543 x25 = x25_sk(sk); in x25_create()
592 x25 = x25_sk(sk); in x25_make_new()
627 x25 = x25_sk(sk); in x25_release()
779 if (!x25->neighbour) in x25_connect()
782 x25_limit_facilities(&x25->facilities, x25->neighbour); in x25_connect()
784 x25->lci = x25_new_lci(x25->neighbour); in x25_connect()
785 if (!x25->lci) in x25_connect()
[all …]
A Dx25_proc.c81 struct x25_sock *x25; in x25_seq_socket_show() local
92 x25 = x25_sk(s); in x25_seq_socket_show()
94 if (!x25->neighbour || (dev = x25->neighbour->dev) == NULL) in x25_seq_socket_show()
97 devname = x25->neighbour->dev->name; in x25_seq_socket_show()
101 !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr, in x25_seq_socket_show()
102 !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr, in x25_seq_socket_show()
103 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
104 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
105 x25->t21 / HZ, x25->t22 / HZ, x25->t23 / HZ, in x25_seq_socket_show()
A DMakefile6 obj-$(CONFIG_X25) += x25.o
8 x25-y := af_x25.o x25_dev.o x25_facilities.o x25_in.o \
11 x25-$(CONFIG_SYSCTL) += sysctl_net_x25.o
A DKconfig20 You can read more about X.25 at <https://www.sangoma.com/tutorials/x25/> and
23 <file:Documentation/networking/x25.rst> and
24 <file:Documentation/networking/x25-iface.rst>.
34 will be called x25. If unsure, say N.
A Dx25_facilities.c268 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities() local
269 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities()
277 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()
/linux/lib/crypto/
A Dcurve25519-fiat32.c246 { const u32 x25 = in2[1]; in fe_add_impl() local
249 out[1] = (x7 + x25); in fe_add_impl()
289 { const u32 x25 = in2[1]; in fe_sub_impl() local
292 out[1] = ((0x3fffffe + x7) - x25); in fe_sub_impl()
332 { const u32 x25 = in2[1]; in fe_mul_impl() local
335 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_impl()
336 { u64 x42 = ((((u64)(0x2 * x25) * x7) + ((u64)x23 * x9)) + ((u64)x27 * x5)); in fe_mul_impl()
481 { u64 x44 = (x25 + (x35 << 0x4)); in fe_sqr_impl()
655 { const u32 x25 = 0; in fe_mul_121666_impl() local
658 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_121666_impl()
[all …]
/linux/Documentation/admin-guide/
A Dsvga.rst31 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
55 the standard 80x25 mode.
61 0 0F00 80x25
74 "0 0F00 80x25" means that the first menu item (the menu items are numbered
90 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
128 (Usually 940=80x43, 941=132x25, 942=132x44, 943=80x60, 944=100x60,
133 0x0f00 standard 80x25, don't reset mode if already set (=FFFF)
145 E.g., 0x1950 corresponds to a 80x25 mode, 0x2b84 to 132x43 etc.
151 0xffff equivalent to 0x0f00 (standard 80x25)
187 mode, Linux will switch to 80x25 automatically.
[all …]
/linux/arch/powerpc/boot/dts/
A Dmpc7448hpc2.dts157 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
162 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
171 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
176 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
A Dholly.dts161 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
165 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
173 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
177 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
/linux/arch/arm64/kernel/
A Dhibernate-asm.S58 mov x25, x5
85 break_before_make_ttbr_switch x25, x21, x6, x8
A Dsleep.S70 stp x25, x26, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+64]
145 ldp x25, x26, [x29, #64]
/linux/Documentation/devicetree/bindings/extcon/
A Dfcs,fsa880.yaml28 usually 0x25.
48 reg = <0x25>;
A Dsiliconmitus,sm5502-muic.yaml26 description: I2C slave address of the device. Usually 0x25 for SM5502,
48 reg = <0x25>;
/linux/Documentation/networking/
A Dindex.rst113 x25-iface
114 x25
A Dx25.rst34 A linux-x25 mailing list has been created at vger.kernel.org to support the
39 subscribe linux-x25
/linux/arch/arm64/crypto/
A Daes-neonbs-core.S883 mov x25, x6
885 cmp x25, #0
977 0: cbz x25, 8b
978 st1 {v0.16b}, [x25]
980 1: cbz x25, 8b
983 2: cbz x25, 8b
986 3: cbz x25, 8b
989 4: cbz x25, 8b
992 5: cbz x25, 8b
995 6: cbz x25, 8b
[all …]
/linux/Documentation/devicetree/bindings/mfd/
A Dmax14577.txt14 - reg : I2C slave address for the max14577 chip (0x25 for max14577/max77836)
72 reg = <0x25>;
107 reg = <0x25>;
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dhandlers.S17 stp x24, x25, [sp, #16 * 12]
44 ldp x24, x25, [sp, #16 * 12]
/linux/arch/arm64/kernel/probes/
A Dkprobes_trampoline.S25 stp x24, x25, [sp, #S_X24]
59 ldp x24, x25, [sp, #S_X24]
/linux/arch/riscv/kernel/probes/
A Dkprobes_trampoline.S37 REG_S x25, PT_S9(sp)
69 REG_L x25, PT_S9(sp)
/linux/net/wireless/certs/
A Dsforshee.hex22 0x7e, 0xa5, 0x83, 0x71, 0x25, 0x7e, 0x90, 0x7c,
41 0x5b, 0x7f, 0x25, 0x75, 0x68, 0xa1, 0xea, 0xd3,
58 0x25, 0x23, 0x4e, 0xaa, 0x22, 0x0c, 0x16, 0xb9,

Completed in 44 milliseconds

12345