| /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 | 207 skb->encapsulation = 0; in __skb_udp_tunnel_segment() 266 skb->encapsulation = 1; in __skb_udp_tunnel_segment() 297 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment() 642 if (skb->encapsulation && in udp4_ufo_fragment() 801 if (skb->encapsulation) in udp_gro_receive() 912 if (skb->encapsulation) in udp_gro_complete_segment() 942 skb->encapsulation = 1; in udp_gro_complete() 957 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 | ip_tunnel_core.c | 179 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 D | Kconfig | 91 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 D | udp_offload.c | 33 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment() 168 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp6_gro_complete()
|
| H A D | xfrm6_output.c | 36 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | tx.h | 20 if (skb->encapsulation && in efx_tx_csum_type_skb()
|
| /linux/Documentation/networking/ |
| 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):
|
| H A D | nf_flowtable.rst | 28 n-tuple selectors: layer 2 protocol encapsulation (VLAN and PPPoE), layer 3 120 Layer 2 encapsulation
|
| /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/tools/testing/selftests/bpf/progs/ |
| H A D | test_tc_tunnel.c | 713 !kskb->encapsulation) in decap_internal() 716 kskb->encapsulation) in decap_internal() 721 kskb->encapsulation) { in decap_internal()
|
| /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 | 121 p->encapsulation) in skb_gro_receive() 281 skb->encapsulation = 0; in gro_complete() 672 skb->encapsulation = 0; in napi_reuse_skb()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | en_accel.h | 195 if (skb->encapsulation && skb->ip_summed == CHECKSUM_PARTIAL) in mlx5e_accel_tx_eseg()
|
| /linux/net/xfrm/ |
| H A D | xfrm_output.c | 560 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 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()
|
| /linux/drivers/net/slip/ |
| H A D | Kconfig | 70 bool "Six bit SLIP encapsulation"
|