Home
last modified time | relevance | path

Searched full:multilink (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/Documentation/networking/
Dppp_generic.rst17 * PPP multilink: splitting datagrams between multiple links, and
35 This architecture makes it possible to implement PPP multilink in a
170 If multilink is not in use, this packet is then passed to the attached
179 If multilink is in use, the generic layer divides the packet into one
180 or more fragments and puts a multilink header on each fragment. It
272 In multilink terms, the unit represents the bundle, while the channels
276 across the individual links (if multilink is in use). In contrast, a
278 channel, without any multilink header.
339 SC_MULTILINK enable PPP multilink fragmentation on
341 SC_MP_SHORTSEQ expect short multilink sequence
[all …]
/Linux-v5.10/drivers/net/ppp/
DKconfig99 bool "PPP multilink support"
102 PPP multilink is a protocol (defined in RFC 1990) which allows you
107 version of the pppd daemon which understands the multilink protocol.
Dppp_generic.c8 * /dev/ppp device, packet and VJ compression, and multilink.
69 #define MPHDRLEN 6 /* multilink protocol header length */
110 * and represents a multilink bundle.
166 * This includes the data structure used for multilink.
179 u8 avail; /* flag used in multilink stuff */
238 * Maximum number of multilink fragments queued up.
245 /* Multilink header bits. */
249 /* Compare multilink sequence numbers (assumed to be 32 bits wide) */
1726 /* not doing multilink: send it down the first channel */ in ppp_push()
1744 /* Multilink: fragment the packet over as many links in ppp_push()
[all …]
/Linux-v5.10/sound/hda/ext/
Dhdac_ext_controller.c74 * Multilink helpers - these helpers are useful for dealing with HDA
75 * new multilink capability
79 * snd_hdac_ext_bus_get_ml_capabilities - get multilink capability
/Linux-v5.10/include/uapi/linux/
Dppp-ioctl.h31 #define SC_MULTILINK 0x00000400 /* do multilink encapsulation */
112 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */
Datmsap.h27 #define ATM_L2_X25_ML 0x07 /* ITU-T X.25, multilink */
Dppp_defs.h44 #define PPP_MP 0x3d /* Multilink protocol */
/Linux-v5.10/include/linux/
Dppp_channel.h26 /* Send a packet (or multilink fragment) on this channel.
/Linux-v5.10/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c3 * Goramo MultiLink router platform code
520 MACHINE_START(GORAMO_MLR, "MultiLink")
DKconfig95 MultiLink router.
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dphy-cadence-torrent.yaml12 PHY also supports multilink multiprotocol combinations including protocols
/Linux-v5.10/drivers/soundwire/
Dstream.c725 * sdw_ml_sync_bank_switch: Multilink register bank switch
1151 * source. For more than one data source (multilink), in sdw_config_stream()
1296 "Multilink not supported, link %d\n", bus->link_id); in sdw_stream_add_master()
/Linux-v5.10/Documentation/
DChanges278 The PPP driver has been restructured to support multilink and to
/Linux-v5.10/Documentation/process/
Dchanges.rst278 The PPP driver has been restructured to support multilink and to
/Linux-v5.10/include/sound/
Dhdaudio.h275 * @mlcap: MultiLink capabilities pointer
/Linux-v5.10/drivers/phy/cadence/
Dphy-cadence-sierra.c615 /* If more than one subnode, configure the PHY as multilink */ in cdns_sierra_phy_probe()