Home
last modified time | relevance | path

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

/linux-4.1.27/net/x25/
Dx25_in.c40 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame() local
43 x25->fraglen += skb->len; in x25_queue_rx_frame()
44 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame()
49 if (!more && x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame()
50 int len = x25->fraglen + skb->len; in x25_queue_rx_frame()
57 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame()
61 skbo = skb_dequeue(&x25->fragment_queue); in x25_queue_rx_frame()
67 skb_dequeue(&x25->fragment_queue)) != NULL) { in x25_queue_rx_frame()
68 skb_pull(skbo, (x25->neighbour->extended) ? in x25_queue_rx_frame()
76 x25->fraglen = 0; in x25_queue_rx_frame()
[all …]
Dx25_subr.c41 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues() local
44 skb_queue_purge(&x25->ack_queue); in x25_clear_queues()
45 skb_queue_purge(&x25->interrupt_in_queue); in x25_clear_queues()
46 skb_queue_purge(&x25->interrupt_out_queue); in x25_clear_queues()
47 skb_queue_purge(&x25->fragment_queue); in x25_clear_queues()
59 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked() local
60 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked()
65 if (x25->va != nr) in x25_frames_acked()
66 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
67 skb = skb_dequeue(&x25->ack_queue); in x25_frames_acked()
[all …]
Dx25_out.c58 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
59 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output()
61 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output()
99 if (x25->neighbour->extended) in x25_output()
123 struct x25_sock *x25 = x25_sk(sk); in x25_send_iframe() local
128 if (x25->neighbour->extended) { in x25_send_iframe()
129 skb->data[2] = (x25->vs << 1) & 0xFE; in x25_send_iframe()
131 skb->data[3] |= (x25->vr << 1) & 0xFE; in x25_send_iframe()
134 skb->data[2] |= (x25->vs << 1) & 0x0E; in x25_send_iframe()
135 skb->data[2] |= (x25->vr << 5) & 0xE0; in x25_send_iframe()
[all …]
Dx25_timer.c34 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
36 setup_timer(&x25->timer, x25_timer_expiry, (unsigned long)sk); in x25_init_timers()
55 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
57 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
62 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer() local
64 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
69 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer() local
71 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
76 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer() local
78 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
[all …]
Daf_x25.c520 struct x25_sock *x25; in x25_alloc_socket() local
528 x25 = x25_sk(sk); in x25_alloc_socket()
529 skb_queue_head_init(&x25->ack_queue); in x25_alloc_socket()
530 skb_queue_head_init(&x25->fragment_queue); in x25_alloc_socket()
531 skb_queue_head_init(&x25->interrupt_in_queue); in x25_alloc_socket()
532 skb_queue_head_init(&x25->interrupt_out_queue); in x25_alloc_socket()
541 struct x25_sock *x25; in x25_create() local
559 x25 = x25_sk(sk); in x25_create()
569 x25->t21 = sysctl_x25_call_request_timeout; in x25_create()
570 x25->t22 = sysctl_x25_reset_request_timeout; in x25_create()
[all …]
Dx25_proc.c86 struct x25_sock *x25; in x25_seq_socket_show() local
97 x25 = x25_sk(s); in x25_seq_socket_show()
99 if (!x25->neighbour || (dev = x25->neighbour->dev) == NULL) in x25_seq_socket_show()
102 devname = x25->neighbour->dev->name; in x25_seq_socket_show()
106 !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr, in x25_seq_socket_show()
107 !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr, in x25_seq_socket_show()
108 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
109 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
110 x25->t21 / HZ, x25->t22 / HZ, x25->t23 / HZ, in x25_seq_socket_show()
DMakefile5 obj-$(CONFIG_X25) += x25.o
7 x25-y := af_x25.o x25_dev.o x25_facilities.o x25_in.o \
10 x25-$(CONFIG_SYSCTL) += sysctl_net_x25.o
DKconfig19 You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
22 <file:Documentation/networking/x25.txt> and
23 <file:Documentation/networking/x25-iface.txt>.
33 will be called x25. If unsure, say N.
Dx25_facilities.c273 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities() local
274 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities()
281 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()
/linux-4.1.27/arch/arm64/kernel/
Dentry.S85 stp x24, x25, [sp, #16 * 12]
162 ldp x24, x25, [sp, #16 * 12]
181 sc_nr .req x25 // number of system calls
397 mrs x25, esr_el1 // read the syndrome register
398 lsr x24, x25, #ESR_ELx_EC_SHIFT // exception class
425 mrs x25, esr_el1 // read the syndrome register
426 lsr x24, x25, #ESR_ELx_EC_SHIFT // exception class
476 mov x1, x25
489 orr x1, x25, #1 << 24 // use reserved ISS bit for instruction aborts
499 mov x0, x25
[all …]
Dhead.S355 adrp x25, idmap_pg_dir
363 mov x0, x25
370 mov x0, x25
384 mov x0, x25 // idmap_pg_dir
462 mov x0, x25
657 adrp x25, idmap_pg_dir
685 msr ttbr0_el1, x25 // load TTBR0
Dsleep.S69 stp x25, x26, [sp,#64]
123 ldp x25, x26, [sp, #64]
144 ldp x25, x26, [sp, #64]
/linux-4.1.27/arch/arm64/kvm/
Dhyp.S48 stp x25, x26, [x3, #48]
92 ldp x25, x26, [x3, #48]
216 mrs x25, mdscr_el1
228 stp x24, x25, [x3, #160]
237 ubfx x25, x26, #20, #4 // Extract WRPs
335 add x26, x26, x25, lsl #2
356 add x26, x26, x25, lsl #2
380 add x26, x26, x25, lsl #2
401 add x26, x26, x25, lsl #2
442 ldp x24, x25, [x3, #160]
[all …]
Dvgic-v3-switch.S159 msr_s ICC_SRE_EL1, x25
249 cbnz x25, 1f
/linux-4.1.27/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt11 - reg: Specifies the I2C slave address of the MUIC block. It should be 0x25
22 reg = <0x25>;
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc7448hpc2.dts161 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
166 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
175 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
180 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
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-4.1.27/Documentation/
Dsvga.txt23 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
46 the standard 80x25 mode.
52 0 0F00 80x25
66 "0 0F00 80x25" means that the first menu item (the menu items are numbered
67 from "0" to "9" and from "a" to "z") is a 80x25 mode with ID=0x0f00 (see the
82 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
119 (Usually 940=80x43, 941=132x25, 942=132x44, 943=80x60, 944=100x60,
124 0x0f00 standard 80x25, don't reset mode if already set (=FFFF)
136 E.g., 0x1950 corresponds to a 80x25 mode, 0x2b84 to 132x43 etc.
142 0xffff equivalent to 0x0f00 (standard 80x25)
[all …]
/linux-4.1.27/Documentation/isdn/
DREADME.x25143 - the x25-utils-2.X package from
145 (don't confuse the x25-utils with the ax25-utils)
148 contained in the x25-util package).
161 But a special x25route tool (distributed with the x25-util package)
170 tests, the x25-utils package contains a modified version of telnet
180 The x25-utility package also contains an x25trace tool that can be
182 The /proc/net/x25* files also contain useful information.
D00-INDEX47 README.x25
DREADME.concap58 In order to support Linux' x25 PLP implementation on top of
86 module (LAPB semantics, as defined in Documentation/networking/x25-iface.txt)
DREADME485 ../networking/x25-iface.txt). Use this for running the linux
498 read README.x25 for further details
510 possible too. See README.x25 for x25 related l2 protocols.)
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmax14577.txt12 - reg : I2C slave address for the max14577 chip (0x25 for max14577/max77836)
71 reg = <0x25>;
106 reg = <0x25>;
/linux-4.1.27/Documentation/networking/
Dx25.txt32 A linux-x25 mailing list has been created at vger.kernel.org to support the
37 subscribe linux-x25
D00-INDEX227 x25.txt
229 x25-iface.txt
Dgeneric-hdlc.txt79 * x25 - sets X.25 mode
/linux-4.1.27/arch/arm64/include/asm/
Dprocessor.h70 unsigned long x25; member
/linux-4.1.27/net/
DMakefile27 obj-$(CONFIG_X25) += x25/
DKconfig216 source "net/x25/Kconfig"
/linux-4.1.27/Documentation/frv/
Dgdbinit62 …f "tlb[0x25]: %08lx %08lx %08lx %08lx\n",__debug_mmu.tlb[0x25].L,__debug_mmu.tlb[0x25].P,__debug_…
/linux-4.1.27/drivers/net/wan/
Dwanxlfw.inc_shipped39 0x09,0xB0,0x00,0x00,0x18,0x52,0x25,0x7C,0x00,0x00,0xFF,0xFF,0x00,0x10,0x25,0x7C,
57 0x09,0xB0,0x00,0x00,0x19,0x9C,0x25,0x7C,0x00,0x00,0x00,0x03,0x00,0x04,0x0C,0xA8,
58 0x00,0x00,0x00,0x02,0x00,0x14,0x66,0x00,0x00,0x0E,0x25,0x7C,0x10,0x04,0x09,0x00,
59 0x00,0x00,0x60,0x00,0x00,0x0A,0x25,0x7C,0x10,0x04,0x00,0x00,0x00,0x00,0x33,0x7C,
/linux-4.1.27/Documentation/fb/
Dintelfb.txt103 If setting this parameter doesn't work (you stay in a 80x25 text-mode),
Dmatroxfb.txt234 640x480x15bpp, 640x480x24bpp, 640x480x32bpp or 80x25 text
235 (80x25 text is always available).
/linux-4.1.27/lib/fonts/
DKconfig42 provided by the VGA text console 80x25 mode.
/linux-4.1.27/arch/arm/boot/dts/
Darmada-370-mirabox.dts167 reg = <0x25>;
Dexynos3250-monk.dts68 reg = <0x25>;
Dexynos3250-rinato.dts59 reg = <0x25>;
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt38 0x25, 0x01, /* LOGICAL_MAXIMUM (1) */
57 0x25, 0x65, /* LOGICAL_MAXIMUM (101) */
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_seq.h_shipped64 0x08, 0x92, 0x25, 0x03,
322 0x08, 0x92, 0x25, 0x03,
420 0xfb, 0x92, 0x25, 0x0b,
477 0x04, 0x92, 0x25, 0x03,
770 0x08, 0x92, 0x25, 0x03,
Daic7xxx_seq.h_shipped267 0x00, 0xa7, 0x4e, 0x25,
308 0xff, 0x8e, 0x1c, 0x25,
Daic79xx_reg.h_shipped131 ahd_print_register(NULL, 0, "CMDLENPTR", 0x25, regvalue, cur_col, wrap)
1431 #define CMDLENPTR 0x25
/linux-4.1.27/drivers/video/console/
DKconfig47 buffer. Each 64KB will give you approximately 16 80x25
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt171 0x25 | usn | Ultrasonic noise indicator
/linux-4.1.27/Documentation/hwmon/
Dsmsc47b39738 Temp1 0x25 (Currently, this reflects the CPU temp on all systems).
Dw83781d323 in5=r(0x25)*(-0.016)*3.97
332 in5=r(0x25)*(-0.016)*3.97
341 in5=(r(0x25)*0.016-3.6)*5.14+3.6
Dabituguru-datasheet246 Bank 0x25 PWM outputs for FAN's (W)
/linux-4.1.27/drivers/isdn/i4l/
DKconfig86 See <file:Documentation/isdn/README.x25> for more information
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni56 0x25 U+0025
/linux-4.1.27/Documentation/sysctl/
Dnet.txt26 ipv4 IP version 4 x25 X.25 protocol
/linux-4.1.27/include/uapi/linux/
DKbuild448 header-y += x25.h
/linux-4.1.27/
DMAINTAINERS5808 L: linux-x25@vger.kernel.org
10864 L: linux-x25@vger.kernel.org
10866 F: Documentation/networking/x25*
10867 F: include/net/x25*
10868 F: net/x25/