Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/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.c510 struct x25_sock *x25; in x25_alloc_socket() local
518 x25 = x25_sk(sk); in x25_alloc_socket()
531 struct x25_sock *x25; in x25_create() local
549 x25 = x25_sk(sk); in x25_create()
598 x25 = x25_sk(sk); in x25_make_new()
633 x25 = x25_sk(sk); in x25_release()
790 if (!x25->neighbour) in x25_connect()
793 x25_limit_facilities(&x25->facilities, x25->neighbour); in x25_connect()
795 x25->lci = x25_new_lci(x25->neighbour); in x25_connect()
796 if (!x25->lci) in x25_connect()
[all …]
A Dx25_proc.c81 struct x25_sock *x25; in x25_seq_socket_show() local
91 x25 = x25_sk(s); in x25_seq_socket_show()
93 if (!x25->neighbour || !x25->neighbour->dev) in x25_seq_socket_show()
96 devname = x25->neighbour->dev->name; in x25_seq_socket_show()
100 !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr, in x25_seq_socket_show()
101 !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr, in x25_seq_socket_show()
102 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
103 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
104 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-6.3-rc2/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-6.3-rc2/arch/arm64/kernel/
A Dhibernate-asm.S58 mov x25, x5
85 break_before_make_ttbr_switch x25, x21, x6, x8
A Defi-rt-wrapper.S29 stp x25, x26, [sp, #80]
83 ldp x25, x26, [sp, #80]
A Dsleep.S70 stp x25, x26, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+64]
153 ldp x25, x26, [x29, #64]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/extcon/
A Dfcs,fsa880.yaml28 usually 0x25.
48 reg = <0x25>;
A Dsiliconmitus,sm5502-muic.yaml27 description: I2C slave address of the device. Usually 0x25 for SM5502
49 reg = <0x25>;
/linux-6.3-rc2/Documentation/networking/
A Dindex.rst117 x25-iface
118 x25
A Dx25.rst34 A linux-x25 mailing list has been created at vger.kernel.org to support the
39 subscribe linux-x25
/linux-6.3-rc2/arch/arm64/kernel/probes/
A Dkprobes_trampoline.S25 stp x24, x25, [sp, #S_X24]
59 ldp x24, x25, [sp, #S_X24]
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/aarch64/
A Dhandlers.S17 stp x24, x25, [sp, #16 * 12]
44 ldp x24, x25, [sp, #16 * 12]
/linux-6.3-rc2/arch/riscv/kernel/probes/
A Drethook_trampoline.S37 REG_S x25, PT_S9(sp)
69 REG_L x25, PT_S9(sp)
/linux-6.3-rc2/arch/arm/boot/dts/
A Dimx6qdl-pico-dwarf.dtsi31 reg = <0x25>;
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dmaxim,max14577.yaml108 reg = <0x25>;
153 reg = <0x25>;

Completed in 33 milliseconds

123456