Home
last modified time | relevance | path

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

12345

/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.c43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
H A DKconfig170 encapsulation of IP within IP, which sounds kind of pointless, but
331 bool "IP: FOU encapsulation of IP tunnels"
335 Allow configuration of FOU or GUE encapsulation for IP tunnels.
337 FOU or GUE encapsulation.
383 bool "IP: ESP in TCP encapsulation (RFC 8229)"
389 Support for RFC 8229 encapsulation of ESP and IKE over
H A Dip_tunnel_core.c179 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads()
181 skb->encapsulation = 1; in iptunnel_handle_offloads()
199 skb->encapsulation = 0; in iptunnel_handle_offloads()
/linux/net/ipv6/
H A DKconfig91 bool "IPv6: ESP in TCP encapsulation (RFC 8229)"
97 Support for RFC 8229 encapsulation of ESP and IKE over
129 encapsulation. The basic concept of ILA is that we split an
171 encapsulating protocol. This driver implements encapsulation of IPv6
186 IPv4 encapsulation in order to transit IPv4-only network
287 bool "IPv6: Segment Routing Header encapsulation support"
293 Support for encapsulation of packets within an outer IPv6
H A Dxfrm6_output.c36 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
/linux/Documentation/networking/
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
H A Dvxlan.rst64 encapsulation protocol is NIC specific):
H A Dnf_flowtable.rst28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3
120 Layer 2 encapsulation
/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.h20 if (skb->encapsulation && in efx_tx_csum_type_skb()
/linux/net/ife/
H A DKconfig10 Say Y here to add support of IFE encapsulation protocol
/linux/include/uapi/linux/
H A Dgsmmux.h48 unsigned int encapsulation; member
/linux/Documentation/userspace-api/media/dvb/
H A Dnet-get-if.rst37 encapsulation type used on such interface. If the interface was not
H A Dnet-add-if.rst35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
H A Dnet.rst20 needs to tell to the Kernel what are the PIDs and the encapsulation
/linux/include/net/
H A Dgso.h101 skb->encapsulation = 1; in skb_gso_error_unwind()
/linux/drivers/net/arcnet/
H A DKconfig51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst81 c.encapsulation = 0;
171 c.encapsulation = 0;
/linux/net/core/
H A Dgso.c148 if (skb->encapsulation) { in skb_gso_transport_seglen()
H A Dgro.c118 p->encapsulation) in skb_gro_receive()
267 skb->encapsulation = 0; in gro_complete()
658 skb->encapsulation = 0; in napi_reuse_skb()
/linux/net/xfrm/
H A Dxfrm_output.c560 skb->encapsulation = 0; in xfrm_output_one()
727 if (!skb->encapsulation) in xfrm_get_inner_ipproto()
810 skb->encapsulation = 1; in xfrm_output()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c377 skb->encapsulation = true; in fm10k_rx_checksum()
757 if (skb->encapsulation) { in fm10k_tso()
807 if (skb->encapsulation) { in fm10k_tx_csum()
849 if (skb->encapsulation) in fm10k_tx_csum()
/linux/drivers/net/slip/
H A DKconfig70 bool "Six bit SLIP encapsulation"
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1453 encap = skb->encapsulation; in ionic_tx_tso()
1560 encap = skb->encapsulation; in ionic_tx_calc_csum()
1599 encap = skb->encapsulation; in ionic_tx_calc_no_csum()
1718 encap = skb->encapsulation; in ionic_tx_descs_needed()

12345