| /linux/net/ipv4/ |
| H A D | gre_offload.c | 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()
|
| H A D | udp_offload.c | 205 skb->encapsulation = 0; in __skb_udp_tunnel_segment() 264 skb->encapsulation = 1; in __skb_udp_tunnel_segment() 295 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment() 649 if (skb->encapsulation && in udp4_ufo_fragment() 806 if (skb->encapsulation) in udp_gro_receive() 919 if (skb->encapsulation) in udp_gro_complete_segment() 946 /* Set encapsulation before calling into inner gro_complete() in udp_gro_complete() 949 skb->encapsulation = 1; in udp_gro_complete() 965 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_gro_complete()
|
| H A D | xfrm4_output.c | 43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
| H A D | tcp_offload.c | 374 if (skb->encapsulation) in tcp_gro_complete() 444 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in tcp4_gro_complete()
|
| /linux/net/ipv6/ |
| H A D | ip6_offload.c | 122 if (skb->encapsulation && in ipv6_gso_segment() 127 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment() 337 if (skb->encapsulation) { in ip4ip6_gro_receive() 365 skb->encapsulation = 1; in ipv6_gro_complete() 372 skb->encapsulation = 1; in ipv6_gro_complete() 379 skb->encapsulation = 1; in ipv6_gro_complete()
|
| H A D | xfrm6_output.c | 36 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
| H A D | tcpv6_offload.c | 72 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in tcp6_gro_complete()
|
| /linux/Documentation/networking/ |
| H A D | checksum-offloads.rst | 44 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 D | bareudp.rst | 7 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 D | vxlan.rst | 64 encapsulation protocol is NIC specific):
|
| /linux/net/l2tp/ |
| H A D | Kconfig | 72 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/drivers/net/ethernet/sfc/siena/ |
| H A D | tx.h | 20 if (skb->encapsulation && in efx_tx_csum_type_skb()
|
| /linux/net/ife/ |
| H A D | Kconfig | 10 Say Y here to add support of IFE encapsulation protocol
|
| /linux/include/uapi/linux/ |
| H A D | gsmmux.h | 48 unsigned int encapsulation; member
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | net-get-if.rst | 37 encapsulation type used on such interface. If the interface was not
|
| H A D | net-add-if.rst | 35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
|
| H A D | net.rst | 20 needs to tell to the Kernel what are the PIDs and the encapsulation
|
| /linux/include/net/ |
| H A D | gso.h | 101 skb->encapsulation = 1; in skb_gso_error_unwind()
|
| /linux/Documentation/infiniband/ |
| H A D | opa_vnic.rst | 128 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/drivers/net/arcnet/ |
| H A D | Kconfig | 51 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 D | n_gsm.rst | 81 c.encapsulation = 0; 171 c.encapsulation = 0;
|
| /linux/net/core/ |
| H A D | gso.c | 148 if (skb->encapsulation) { in skb_gso_transport_seglen()
|
| H A D | gro.c | 118 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 D | xfrm_output.c | 553 skb->encapsulation = 0; in xfrm_output_one() 720 if (!skb->encapsulation) in xfrm_get_inner_ipproto() 803 skb->encapsulation = 1; in xfrm_output()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_main.c | 377 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()
|