Home
last modified time | relevance | path

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

1234

/Linux-v5.4/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.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
Dxfrm_proc.txt38 e.g. UDP encapsulation type is mismatch
/Linux-v5.4/net/ipv4/
Dgre_offload.c25 if (!skb->encapsulation) in gre_gso_segment()
35 skb->encapsulation = 0; in gre_gso_segment()
68 skb->encapsulation = 1; in gre_gso_segment()
235 skb->encapsulation = 1; in gre_gro_complete()
Dudp_offload.c47 skb->encapsulation = 0; in __skb_udp_tunnel_segment()
103 skb->encapsulation = 1; in __skb_udp_tunnel_segment()
134 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment()
297 if (skb->encapsulation && in udp4_ufo_fragment()
529 skb->encapsulation = 1; in udp_gro_complete()
Dip_tunnel_core.c156 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads()
158 skb->encapsulation = 1; in iptunnel_handle_offloads()
176 skb->encapsulation = 0; in iptunnel_handle_offloads()
Dxfrm4_output.c104 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
/Linux-v5.4/net/ipv6/
Dip6_offload.c102 if (skb->encapsulation && in ipv6_gso_segment()
107 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment()
330 if (skb->encapsulation) { in ipv6_gro_complete()
354 skb->encapsulation = 1; in sit_gro_complete()
361 skb->encapsulation = 1; in ip6ip6_gro_complete()
368 skb->encapsulation = 1; in ip4ip6_gro_complete()
DKconfig118 encapsulation. The basic concept of ILA is that we split an
160 encapsulating protocol. This driver implements encapsulation of IPv6
175 IPv4 encapsulation in order to transit IPv4-only network
276 bool "IPv6: Segment Routing Header encapsulation support"
282 Support for encapsulation of packets within an outer IPv6
Dudp_offload.c35 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
Dxfrm6_output.c60 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
/Linux-v5.4/net/l2tp/
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-v5.4/include/uapi/linux/
Dgsmmux.h12 unsigned int encapsulation; member
/Linux-v5.4/net/ife/
DKconfig11 Say Y here to add support of IFE encapsulation protocol
/Linux-v5.4/Documentation/media/uapi/dvb/
Dnet-get-if.rst45 encapsulation type used on such interface. If the interface was not
Dnet-add-if.rst43 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
Dnet.rst27 needs to tell to the Kernel what are the PIDs and the encapsulation
/Linux-v5.4/Documentation/infiniband/
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-v5.4/drivers/net/appletalk/
DKconfig92 the kernel. In this case, you can either use encapsulation or
98 In this case, you will be able to use both encapsulation and
/Linux-v5.4/drivers/net/arcnet/
DKconfig51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c154 if (skb->encapsulation) { in mlx5e_txwqe_build_eseg_csum()
172 if (skb->encapsulation) { in mlx5e_tx_get_gso_ihs()
344 if (skb->encapsulation) in mlx5e_sq_xmit()
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c582 encap = skb->encapsulation; in ionic_tx_tso()
726 encap = skb->encapsulation; in ionic_tx_calc_csum()
763 encap = skb->encapsulation; in ionic_tx_calc_no_csum()
/Linux-v5.4/Documentation/driver-api/serial/
Dn_gsm.rst59 c.encapsulation = 0;
/Linux-v5.4/net/xfrm/
Dxfrm_output.c467 skb->encapsulation = 0; in xfrm_output_one()
582 skb->encapsulation = 1; in xfrm_output()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c381 skb->encapsulation = true; in fm10k_rx_checksum()
768 if (skb->encapsulation) { in fm10k_tso()
818 if (skb->encapsulation) { in fm10k_tx_csum()
860 if (skb->encapsulation) in fm10k_tx_csum()

1234