Searched refs:encapsulation (Results 1 – 25 of 132) sorted by relevance
123456
27 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()
49 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()422 if (skb->encapsulation && in udp4_ufo_fragment()578 if (skb->encapsulation) in udp_gro_receive()688 if (skb->encapsulation) in udp_gro_complete_segment()718 skb->encapsulation = 1; in udp_gro_complete()734 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_gro_complete()
43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
141 if (skb->encapsulation && in ipv6_gso_segment()146 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment()345 if (skb->encapsulation) { in ipv6_gro_complete()392 skb->encapsulation = 1; in sit_gro_complete()399 skb->encapsulation = 1; in ip6ip6_gro_complete()406 skb->encapsulation = 1; in ip4ip6_gro_complete()
95 bool "IPv6: ESP in TCP encapsulation (RFC 8229)"101 Support for RFC 8229 encapsulation of ESP and IKE over133 encapsulation. The basic concept of ILA is that we split an175 encapsulating protocol. This driver implements encapsulation of IPv6190 IPv4 encapsulation in order to transit IPv4-only network291 bool "IPv6: Segment Routing Header encapsulation support"297 Support for encapsulation of packets within an outer IPv6
33 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()167 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp6_gro_complete()
36 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
54 - The encapsulation mode of the device. Support for both switchdev mode57 * ``none`` Disable encapsulation support.58 * ``basic`` Enable encapsulation support.
44 encapsulation is used, the packet may have multiple checksum fields in108 encapsulation such as VXLAN or GENEVE, in udp_set_csum(). Similarly for the121 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
7 There are various L3 encapsulation standards using UDP being discussed to11 The Bareudp tunnel module provides a generic L3 encapsulation support for
51 e.g. UDP encapsulation type is mismatch
107 if (skb->encapsulation) in mlx5e_udp_gso_handle_tx_skb()188 if (skb->encapsulation && skb->ip_summed == CHECKSUM_PARTIAL) in mlx5e_accel_tx_eseg()
72 tristate "L2TP IP encapsulation for L2TPv3"81 when UDP encapsulation is not required. When L2TP is carried97 used as a control protocol and for data encapsulation to set
20 if (skb->encapsulation && in efx_tx_csum_type_skb()
27 if (skb->encapsulation && in efx_tx_csum_type_skb()
10 Say Y here to add support of IFE encapsulation protocol
48 unsigned int encapsulation; member
35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
37 encapsulation type used on such interface. If the interface was not
20 needs to tell to the Kernel what are the PIDs and the encapsulation
101 skb->encapsulation = 1; in skb_gso_error_unwind()
128 operation. It also handles the encapsulation of Ethernet packets with an130 information required for encapsulation is configured by the EM via VEMA MAD
51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
81 c.encapsulation = 0;171 c.encapsulation = 0;
39 __entry->hdr_len = skb->encapsulation ?
Completed in 38 milliseconds