Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/net/ipv4/
A Dgre_offload.c26 if (!skb->encapsulation) in gre_gso_segment()
36 skb->encapsulation = 0; in gre_gso_segment()
76 skb->encapsulation = 1; in gre_gso_segment()
109 if (skb->encapsulation || !offload_csum) { in gre_gso_segment()
243 skb->encapsulation = 1; in gre_gro_complete()
A Dudp_offload.c48 skb->encapsulation = 0; in __skb_udp_tunnel_segment()
107 skb->encapsulation = 1; in __skb_udp_tunnel_segment()
138 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment()
377 if (skb->encapsulation && in udp4_ufo_fragment()
656 if (skb->encapsulation) in udp_gro_complete_segment()
686 skb->encapsulation = 1; in udp_gro_complete()
A Dxfrm4_output.c43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
/linux-6.3-rc2/Documentation/networking/
A Dipddp.rst33 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
64 Of course AppleTalk-IP decapsulation and encapsulation, but specifically
76 questions regarding decapsulation or encapsulation. Bradford W. Johnson
78 encapsulation in AppleTalk.
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
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
A Dxfrm_proc.rst51 e.g. UDP encapsulation type is mismatch
/linux-6.3-rc2/net/ipv6/
A Dip6_offload.c108 if (skb->encapsulation && in ipv6_gso_segment()
113 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment()
327 if (skb->encapsulation) { in ipv6_gro_complete()
374 skb->encapsulation = 1; in sit_gro_complete()
381 skb->encapsulation = 1; in ip6ip6_gro_complete()
388 skb->encapsulation = 1; in ip4ip6_gro_complete()
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
291 bool "IPv6: Segment Routing Header encapsulation support"
297 Support for encapsulation of packets within an outer IPv6
A Dxfrm6_output.c36 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dtx.h20 if (skb->encapsulation && in efx_tx_csum_type_skb()
/linux-6.3-rc2/net/l2tp/
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
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dtx.h27 if (skb->encapsulation && in efx_tx_csum_type_skb()
/linux-6.3-rc2/include/uapi/linux/
A Dgsmmux.h12 unsigned int encapsulation; member
/linux-6.3-rc2/net/ife/
A DKconfig10 Say Y here to add support of IFE encapsulation protocol
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Dnet-add-if.rst35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
A Dnet-get-if.rst37 encapsulation type used on such interface. If the interface was not
A Dnet.rst20 needs to tell to the Kernel what are the PIDs and the encapsulation
/linux-6.3-rc2/drivers/net/appletalk/
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
/linux-6.3-rc2/Documentation/driver-api/tty/
A Dn_gsm.rst78 c.encapsulation = 0;
158 c.encapsulation = 0;
/linux-6.3-rc2/Documentation/infiniband/
A Dopa_vnic.rst128 operation. It also handles the encapsulation of Ethernet packets with an
130 information required for encapsulation is configured by the EM via VEMA MAD
/linux-6.3-rc2/drivers/net/arcnet/
A DKconfig51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Den_accel.h182 if (skb->encapsulation && skb->ip_summed == CHECKSUM_PARTIAL) in mlx5e_accel_tx_eseg()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfd3/
A Ddp.c83 if (!skb->encapsulation) { in nfp_nfd3_tx_tso()
135 if (skb->encapsulation) in nfp_nfd3_tx_csum()
138 iph = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in nfp_nfd3_tx_csum()
139 ipv6h = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in nfp_nfd3_tx_csum()
164 if (skb->encapsulation) in nfp_nfd3_tx_csum()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_trace.h39 __entry->hdr_len = skb->encapsulation ?

Completed in 36 milliseconds

12345