Searched refs:encapsulation (Results 1 – 25 of 114) sorted by relevance
12345
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ipddp.rst | 33 select ONE of the two options; IP to AppleTalk-IP encapsulation support or 38 ipddp_mode=1 for AppleTalk-IP encapsulation and ipddp_mode=2 for 64 Of course AppleTalk-IP decapsulation and encapsulation, but specifically 76 questions regarding decapsulation or encapsulation. Bradford W. Johnson 78 encapsulation in AppleTalk.
|
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
|
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
|
D | xfrm_proc.rst | 51 e.g. UDP encapsulation type is mismatch
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6_offload.c | 104 if (skb->encapsulation && in ipv6_gso_segment() 109 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment() 328 if (skb->encapsulation) { in ipv6_gro_complete() 352 skb->encapsulation = 1; in sit_gro_complete() 359 skb->encapsulation = 1; in ip6ip6_gro_complete() 366 skb->encapsulation = 1; in ip4ip6_gro_complete()
|
D | Kconfig | 94 bool "IPv6: ESP in TCP encapsulation (RFC 8229)" 100 Support for RFC 8229 encapsulation of ESP and IKE over 132 encapsulation. The basic concept of ILA is that we split an 174 encapsulating protocol. This driver implements encapsulation of IPv6 189 IPv4 encapsulation in order to transit IPv4-only network 290 bool "IPv6: Segment Routing Header encapsulation support" 296 Support for encapsulation of packets within an outer IPv6
|
D | xfrm6_output.c | 43 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
D | udp_offload.c | 35 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | gre_offload.c | 25 if (!skb->encapsulation) in gre_gso_segment() 35 skb->encapsulation = 0; in gre_gso_segment() 69 skb->encapsulation = 1; in gre_gso_segment() 244 skb->encapsulation = 1; in gre_gro_complete()
|
D | udp_offload.c | 47 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() 373 if (skb->encapsulation && in udp4_ufo_fragment() 619 if (skb->encapsulation) in udp_gro_complete_segment() 645 skb->encapsulation = 1; in udp_gro_complete()
|
D | xfrm4_output.c | 43 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | gsmmux.h | 14 unsigned int encapsulation; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | gsmmux.h | 26 unsigned int encapsulation; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | gsmmux.h | 12 unsigned int encapsulation; member
|
/kernel/linux/linux-5.10/net/l2tp/ |
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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | tx.h | 27 if (skb->encapsulation && in efx_tx_csum_type_skb()
|
/kernel/linux/linux-5.10/net/ife/ |
D | Kconfig | 11 Say Y here to add support of IFE encapsulation protocol
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | net-add-if.rst | 35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
|
D | net-get-if.rst | 37 encapsulation type used on such interface. If the interface was not
|
D | net.rst | 20 needs to tell to the Kernel what are the PIDs and the encapsulation
|
/kernel/linux/linux-5.10/Documentation/infiniband/ |
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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | en_accel.h | 176 if (skb->encapsulation && skb->ip_summed == CHECKSUM_PARTIAL) in mlx5e_accel_tx_eseg()
|
/kernel/linux/linux-5.10/drivers/net/appletalk/ |
D | Kconfig | 93 the kernel. In this case, you can either use encapsulation or 99 In this case, you will be able to use both encapsulation and
|
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
D | Kconfig | 51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely 58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_trace.h | 39 __entry->hdr_len = skb->encapsulation ?
|
12345