Home
last modified time | relevance | path

Searched full:encapsulation (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/openbmc/linux/Documentation/networking/
H A Dipddp.rst4 AppleTalk-IP Decapsulation and AppleTalk-IP Encapsulation
28 Compiling AppleTalk-IP Decapsulation/Encapsulation
33 select ONE of the two options; IP to AppleTalk-IP encapsulation support or
38 ipddp_mode=1 for AppleTalk-IP encapsulation and ipddp_mode=2 for
57 Encapsulation - You will need to download a software daemon called ipddpd.
64 Of course AppleTalk-IP decapsulation and encapsulation, but specifically
69 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
76 questions regarding decapsulation or encapsulation. Bradford W. Johnson
78 encapsulation in AppleTalk.
H A Dchecksum-offloads.rst44 encapsulation is used, the packet may have multiple checksum fields in
108 encapsulation such as VXLAN or GENEVE, in udp_set_csum(). Similarly for the
121 encapsulation layer will sum over both its own header and the 'middle' header.
132 change to the encapsulation protocols, which the receiver must also support.
140 In Linux, RCO is implemented individually in each encapsulation protocol, and
H A Dbareudp.rst7 There are various L3 encapsulation standards using UDP being discussed to
11 The Bareudp tunnel module provides a generic L3 encapsulation support for
/openbmc/linux/net/ipv6/
H A DKconfig95 bool "IPv6: ESP in TCP encapsulation (RFC 8229)"
101 Support for RFC 8229 encapsulation of ESP and IKE over
133 encapsulation. The basic concept of ILA is that we split an
175 encapsulating protocol. This driver implements encapsulation of IPv6
190 IPv4 encapsulation in order to transit IPv4-only network
223 GRE (Generic Routing Encapsulation) and at this time allows
291 bool "IPv6: Segment Routing Header encapsulation support"
297 Support for encapsulation of packets within an outer IPv6
H A Dip6_offload.c143 if (skb->encapsulation && in ipv6_gso_segment()
148 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment()
360 if (skb->encapsulation) { in ipv6_gro_complete()
407 skb->encapsulation = 1; in sit_gro_complete()
414 skb->encapsulation = 1; in ip6ip6_gro_complete()
421 skb->encapsulation = 1; in ip4ip6_gro_complete()
/openbmc/linux/include/uapi/linux/dvb/
H A Dnet.h20 * @feedtype: Encapsulation type of the feed.
34 #define DVB_NET_FEEDTYPE_MPE 0 /* multi protocol encapsulation */
35 #define DVB_NET_FEEDTYPE_ULE 1 /* ultra lightweight encapsulation */
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfilter.h27 * @EFX_FILTER_MATCH_ENCAP_TYPE: Match by encapsulation type.
100 /** enum efx_encap_type - types of encapsulation
101 * @EFX_ENCAP_TYPE_NONE: no encapsulation
102 * @EFX_ENCAP_TYPE_VXLAN: VXLAN encapsulation
103 * @EFX_ENCAP_TYPE_NVGRE: NVGRE encapsulation
104 * @EFX_ENCAP_TYPE_GENEVE: GENEVE encapsulation
142 * @encap_type: Encapsulation type to match (from &enum efx_encap_type), if
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dnet.rst15 - `Multi Protocol Encapsulation (MPE) <http://en.wikipedia.org/wiki/Multiprotocol_Encapsulation>`__
17 - `Ultra Lightweight Encapsulation (ULE) <http://en.wikipedia.org/wiki/Unidirectional_Lightweight_…
20 needs to tell to the Kernel what are the PIDs and the encapsulation
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dfilter.h28 * @EFX_FILTER_MATCH_ENCAP_TYPE: Match by encapsulation type.
96 /** enum efx_encap_type - types of encapsulation
97 * @EFX_ENCAP_TYPE_NONE: no encapsulation
98 * @EFX_ENCAP_TYPE_VXLAN: VXLAN encapsulation
99 * @EFX_ENCAP_TYPE_NVGRE: NVGRE encapsulation
100 * @EFX_ENCAP_TYPE_GENEVE: GENEVE encapsulation
141 * @encap_type: Encapsulation type to match (from &enum efx_encap_type), if
/openbmc/linux/include/uapi/linux/
H A Dip6_tunnel.h12 /* don't add encapsulation limit if one isn't present in inner packet */
31 __u8 encap_limit; /* encapsulation limit for tunnel */
43 __u8 encap_limit; /* encapsulation limit for tunnel */
/openbmc/linux/net/xfrm/
H A Dxfrm_output.c3 * xfrm_output.c - Common IPsec encapsulation code.
60 /* Add encapsulation header.
62 * The IP header will be moved forward to make space for the encapsulation
158 /* Add encapsulation header.
161 * space for the encapsulation header.
220 /* Add encapsulation header.
269 /* Add encapsulation header.
395 /* Add encapsulation header.
398 * encapsulation header to be filled in by x->type->output and the mac
400 * extension header directly preceding the encapsulation header, or in
[all …]
/openbmc/linux/net/ipv4/
H A Dgre_offload.c27 if (!skb->encapsulation) in gre_gso_segment()
37 skb->encapsulation = 0; in gre_gso_segment()
77 skb->encapsulation = 1; in gre_gso_segment()
110 if (skb->encapsulation || !offload_csum) { in gre_gso_segment()
244 skb->encapsulation = 1; in gre_gro_complete()
H A Dxfrm4_output.c3 * xfrm4_output.c - Common IPsec encapsulation code for IPv4.
43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
H A Dudp_offload.c49 skb->encapsulation = 0; in __skb_udp_tunnel_segment()
108 skb->encapsulation = 1; in __skb_udp_tunnel_segment()
139 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment()
476 if (skb->encapsulation && in udp4_ufo_fragment()
666 if (skb->encapsulation) in udp_gro_receive()
776 if (skb->encapsulation) in udp_gro_complete_segment()
803 /* Set encapsulation before calling into inner gro_complete() in udp_gro_complete()
806 skb->encapsulation = 1; in udp_gro_complete()
822 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_gro_complete()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help49 * force-natt -- always use NAT-T encapsulation even
52 * cisco-udp -- Cisco proprietary UDP encapsulation, commonly over Port 10000
53 Note: cisco-tcp encapsulation is not yet supported
134 conf-variable: Cisco UDP Encapsulation Port <0-65535>
/openbmc/linux/net/l2tp/
H A DKconfig72 tristate "L2TP IP encapsulation for L2TPv3"
81 when UDP encapsulation is not required. When L2TP is carried
97 used as a control protocol and for data encapsulation to set
/openbmc/linux/drivers/net/appletalk/
H A DKconfig84 the kernel. In this case, you can either use encapsulation or
90 In this case, you will be able to use both encapsulation and
95 bool "IP to Appletalk-IP Encapsulation support"
/openbmc/linux/include/scsi/fc/
H A Dfc_encaps.h11 * Protocol definitions from RFC 3643 - Fibre Channel Frame Encapsulation.
14 * the encapsulation including the fcip_encaps_header, CRC and EOF words.
25 __u8 fc_ver; /* version of encapsulation */
/openbmc/linux/tools/testing/selftests/net/
H A Dbareudp.sh216 # tests, this is also where MPLS encapsulation is done),
220 # The bareudp encapsulation isn't configured in setup_overlay_*(). That will be
400 # Encapsulation instructions for bareudp over IPv4
413 # Encapsulation instructions for bareudp over IPv4
429 # Encapsulation instructions for bareudp over IPv4
443 # Cleanup bareudp encapsulation instructions, as they were specific to
450 # New encapsulation instructions for bareudp over IPv6
463 # New encapsulation instructions for bareudp over IPv6
476 # New encapsulation instructions for bareudp over IPv6
/openbmc/linux/include/net/
H A Dip6_tunnel.h25 __u8 encap_limit; /* encapsulation limit for tunnel */
130 /* Tunnel encapsulation limit destination sub-option */
135 __u8 encap_limit; /* tunnel encapsulation limit */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/
H A DTunnel.interface.yaml47 The Tunnel Encapsulation Limit option specifies how many additional
48 levels of encapsulation are permitted to be prepended to the packet.
H A DBond.interface.yaml81 in the use of inner headers if an encapsulation protocol is
87 in the use of inner headers if an encapsulation protocol is
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_blob.c133 printf("Error in blob encapsulation: %d\n", ret); in blob_encap()
139 puts("Blob encapsulation successful.\n"); in blob_encap()
178 debug("Error in Encapsulation %d\n", ret); in blob_dek()
/openbmc/linux/net/core/
H A Dlwtunnel.c125 "Unknown LWT encapsulation type"); in lwtunnel_build_state()
145 "LWT encapsulation type not supported"); in lwtunnel_build_state()
159 NL_SET_ERR_MSG(extack, "Unknown lwt encapsulation type"); in lwtunnel_valid_encap_type()
183 NL_SET_ERR_MSG(extack, "lwt encapsulation type not supported"); in lwtunnel_valid_encap_type()
/openbmc/linux/net/atm/
H A Dpppoatm.c11 * This driver provides the encapsulation and framing for sending
18 * in encapsulation and immediately abort the connection (in order
20 * and changes encapsulation unilaterally. However, since the
24 * 1. LLC-encapsulation was missing when it was enabled. In
27 * 2. LLC-encapsulation was present when it was disabled. Then
319 switch (pvcc->encaps) { /* LLC encapsulation needed */ in pppoatm_send()

12345678910>>...14