Home
last modified time | relevance | path

Searched refs:slip (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/arch/um/drivers/
H A Dslip_common.c10 if(slip->more > 0){ in slip_proto_read()
13 size = slip_unesc(slip->ibuf[i++], slip->ibuf, in slip_proto_read()
14 &slip->pos, &slip->esc); in slip_proto_read()
17 memmove(slip->ibuf, &slip->ibuf[i], in slip_proto_read()
19 slip->more = slip->more - i; in slip_proto_read()
23 slip->more = 0; in slip_proto_read()
26 n = net_read(fd, &slip->ibuf[slip->pos], in slip_proto_read()
27 sizeof(slip->ibuf) - slip->pos); in slip_proto_read()
33 size = slip_unesc(slip->ibuf[start + i], slip->ibuf,&slip->pos, in slip_proto_read()
34 &slip->esc); in slip_proto_read()
[all …]
H A Dslip_common.h92 static inline void slip_proto_init(struct slip_proto * slip) in slip_proto_init() argument
94 memset(slip->ibuf, 0, sizeof(slip->ibuf)); in slip_proto_init()
95 memset(slip->obuf, 0, sizeof(slip->obuf)); in slip_proto_init()
96 slip->more = 0; in slip_proto_init()
97 slip->pos = 0; in slip_proto_init()
98 slip->esc = 0; in slip_proto_init()
102 struct slip_proto *slip);
104 struct slip_proto *slip);
H A Dslirp_user.c65 pri->slip.pos = 0; in slirp_open()
66 pri->slip.esc = 0; in slirp_open()
107 return slip_proto_read(fd, buf, len, &pri->slip); in slirp_user_read()
112 return slip_proto_write(fd, buf, len, &pri->slip); in slirp_user_write()
H A Dslip_user.c153 pri->slip.pos = 0; in slip_open()
154 pri->slip.esc = 0; in slip_open()
215 return slip_proto_read(fd, buf, len, &pri->slip); in slip_user_read()
220 return slip_proto_write(fd, buf, len, &pri->slip); in slip_user_write()
H A DMakefile9 slip-objs := slip_kern.o slip_user.o
41 obj-$(CONFIG_UML_NET_SLIP) += slip.o slip_common.o
H A Dslip.h13 struct slip_proto slip; member
H A Dslirp.h25 struct slip_proto slip; member
H A Dslip_kern.c31 slip_proto_init(&spri->slip); in slip_init()
H A Dslirp_kern.c33 slip_proto_init(&spri->slip); in slirp_init()
H A DKconfig193 The slip User-Mode Linux network transport allows a running UML to
196 the slip transport can only carry IP packets.
198 To use this, your host must support slip devices.
202 has examples of the UML command line to use to enable slip
/linux-6.15/drivers/net/slip/
H A Dslip.c320 static void sl_bump(struct slip *sl)
424 struct slip *sl = container_of(work, struct slip, tx_work);
456 struct slip *sl;
691 struct slip *sl = tty->disc_data;
722 struct slip *sl;
739 static struct slip *sl_alloc(void)
744 struct slip *sl;
790 struct slip *sl;
886 struct slip *sl = tty->disc_data;
1078 struct slip *sl = tty->disc_data;
[all …]
H A DMakefile6 obj-$(CONFIG_SLIP) += slip.o
H A Dslip.h52 struct slip { struct
H A DKconfig35 will be called slip.
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst72 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dmagic-number.rst66 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/linux-6.15/Documentation/staging/
H A Dmagic-number.rst74 SLIP_MAGIC 0x5302 slip ``drivers/net/slip/slip.h``
/linux-6.15/drivers/net/
H A DMakefile70 obj-$(CONFIG_SLIP) += slip/
71 obj-$(CONFIG_SLHC) += slip/
/linux-6.15/Documentation/translations/it_IT/staging/
H A Dmagic-number.rst80 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dmagic-number.rst79 SLIP_MAGIC 0x5302 slip ``drivers/net/slip.h``
/linux-6.15/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4350.yaml101 adi,cycle-slip-reduction-enable:
103 description: Enables cycle slip reduction.
/linux-6.15/Documentation/networking/
H A Deql.rst158 3.3.1. /etc/slip/runslip.conf
167 ducmd -e /etc/slip/dialout/cua2-288.xp -t 9
176 ducmd -e /etc/slip/dialout/cua3-288.xp -t 9
/linux-6.15/scripts/
H A DKbuild.include191 # no more breakage will slip in.
/linux-6.15/Documentation/process/
H A D7.AdvancedTopics.rst116 slip in ill-advised changes which go into the mainline below the review
/linux-6.15/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst296 slip off

12