Home
last modified time | relevance | path

Searched refs:encapsulation (Results 1 – 25 of 96) sorted by relevance

1234

/Linux-v4.19/Documentation/isdn/
DREADME.concap1 Description of the "concap" encapsulation protocol interface
5 drivers that need to process an encapsulation protocol.
22 The encapsulation protocol used on top of WAN connections or permanent
25 several different encapsulation protocols at once.
28 encapsulation protocols. The encapsulation protocol is configured by a
31 depending on the currently configured encapsulation protocol.
33 In contrast, LAN network interfaces always used a single encapsulation
35 encapsulation is usually done by just sticking a header on the data. Thus,
37 encapsulation protocol directly (usually by just providing a hard_header()
43 The configurability of the encapsulation protocol to be used
[all …]
DREADME.syncppp20 Sync PPP is just another encapsulation for isdn4linux. The
21 name to enable sync PPP encapsulation is 'syncppp' .. e.g:
DsyncPPP.FAQ9 Q06: can I use asynchronous PPP encapsulation with network devices
40 of isdn4linux with the 'syncppp' encapsulation
66 You need the HWaddr only for ethernet encapsulation.
103 Q06: can I use asynchronous PPP encapsulation
D00-INDEX24 - info on "CONCAP" encapsulation protocol interface used for X.25.
/Linux-v4.19/net/ipv6/
Dip6_offload.c89 if (skb->encapsulation && in ipv6_gso_segment()
94 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment()
303 if (skb->encapsulation) { in ipv6_gro_complete()
326 skb->encapsulation = 1; in sit_gro_complete()
333 skb->encapsulation = 1; in ip6ip6_gro_complete()
340 skb->encapsulation = 1; in ip4ip6_gro_complete()
DKconfig117 encapsulation. The basic concept of ILA is that we split an
192 encapsulating protocol. This driver implements encapsulation of IPv6
207 IPv4 encapsulation in order to transit IPv4-only network
308 bool "IPv6: Segment Routing Header encapsulation support"
314 Support for encapsulation of packets within an outer IPv6
Dudp_offload.c38 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
Dxfrm6_output.c64 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
/Linux-v4.19/Documentation/networking/
Dipddp.txt28 select ONE of the two options; IP to AppleTalk-IP encapsulation support or
33 ipddp_mode=1 for AppleTalk-IP encapsulation and ipddp_mode=2 for
59 Of course AppleTalk-IP decapsulation and encapsulation, but specifically
71 questions regarding decapsulation or encapsulation. Bradford W. Johnson
73 encapsulation in AppleTalk.
Dchecksum-offloads.txt35 encapsulation is used, the packet may have multiple checksum fields in
92 encapsulation such as VXLAN or GENEVE, in udp_set_csum(). Similarly for
103 encapsulation layer will sum over both its own header and the 'middle'
114 involve a change to the encapsulation protocols, which the receiver must
119 In Linux, RCO is implemented individually in each encapsulation protocol,
Dxfrm_proc.txt38 e.g. UDP encapsulation type is mismatch
/Linux-v4.19/net/ipv4/
Dgre_offload.c29 if (!skb->encapsulation) in gre_gso_segment()
39 skb->encapsulation = 0; in gre_gso_segment()
72 skb->encapsulation = 1; in gre_gso_segment()
239 skb->encapsulation = 1; in gre_gro_complete()
Dudp_offload.c50 skb->encapsulation = 0; in __skb_udp_tunnel_segment()
106 skb->encapsulation = 1; in __skb_udp_tunnel_segment()
137 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment()
295 if (skb->encapsulation && in udp4_ufo_fragment()
443 skb->encapsulation = 1; in udp_gro_complete()
Dip_tunnel_core.c165 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads()
167 skb->encapsulation = 1; in iptunnel_handle_offloads()
185 skb->encapsulation = 0; in iptunnel_handle_offloads()
Dxfrm4_output.c113 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
/Linux-v4.19/include/uapi/linux/
Dgsmmux.h12 unsigned int encapsulation; member
/Linux-v4.19/net/l2tp/
DKconfig71 tristate "L2TP IP encapsulation for L2TPv3"
80 when UDP encapsulation is not required. When L2TP is carried
96 used as a control protocol and for data encapsulation to set
/Linux-v4.19/net/ife/
DKconfig10 Say Y here to add support of IFE encapsulation protocol
/Linux-v4.19/net/xfrm/
Dxfrm_output.c112 skb->encapsulation = 0; in xfrm_output_one()
230 skb->encapsulation = 1; in xfrm_output()
/Linux-v4.19/Documentation/media/uapi/dvb/
Dnet-get-if.rst38 encapsulation type used on such interface. If the interface was not
Dnet-add-if.rst36 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
Dnet.rst20 needs to tell to the Kernel what are the PIDs and the encapsulation
/Linux-v4.19/Documentation/infiniband/
Dopa_vnic.txt122 operation. It also handles the encapsulation of Ethernet packets with an
124 information required for encapsulation is configured by the EM via VEMA MAD
/Linux-v4.19/drivers/net/appletalk/
DKconfig91 the kernel. In this case, you can either use encapsulation or
97 In this case, you will be able to use both encapsulation and
/Linux-v4.19/drivers/net/arcnet/
DKconfig50 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
57 ARCnet "cap mode" packet encapsulation. Used to get the hardware

1234