Searched refs:encapsulation (Results 1 – 25 of 95) sorted by relevance
1234
/Linux-v5.4/Documentation/networking/ |
D | ipddp.txt | 28 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.
|
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 | xfrm_proc.txt | 38 e.g. UDP encapsulation type is mismatch
|
/Linux-v5.4/net/ipv4/ |
D | gre_offload.c | 25 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()
|
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() 297 if (skb->encapsulation && in udp4_ufo_fragment() 529 skb->encapsulation = 1; in udp_gro_complete()
|
D | ip_tunnel_core.c | 156 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads() 158 skb->encapsulation = 1; in iptunnel_handle_offloads() 176 skb->encapsulation = 0; in iptunnel_handle_offloads()
|
D | xfrm4_output.c | 104 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
/Linux-v5.4/net/ipv6/ |
D | ip6_offload.c | 102 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()
|
D | Kconfig | 118 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
|
D | udp_offload.c | 35 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
|
D | xfrm6_output.c | 60 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
/Linux-v5.4/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
|
/Linux-v5.4/include/uapi/linux/ |
D | gsmmux.h | 12 unsigned int encapsulation; member
|
/Linux-v5.4/net/ife/ |
D | Kconfig | 11 Say Y here to add support of IFE encapsulation protocol
|
/Linux-v5.4/Documentation/media/uapi/dvb/ |
D | net-get-if.rst | 45 encapsulation type used on such interface. If the interface was not
|
D | net-add-if.rst | 43 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
|
D | net.rst | 27 needs to tell to the Kernel what are the PIDs and the encapsulation
|
/Linux-v5.4/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
|
/Linux-v5.4/drivers/net/appletalk/ |
D | Kconfig | 92 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/ |
D | Kconfig | 51 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/ |
D | en_tx.c | 154 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/ |
D | ionic_txrx.c | 582 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/ |
D | n_gsm.rst | 59 c.encapsulation = 0;
|
/Linux-v5.4/net/xfrm/ |
D | xfrm_output.c | 467 skb->encapsulation = 0; in xfrm_output_one() 582 skb->encapsulation = 1; in xfrm_output()
|
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 381 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