Searched refs:encapsulation (Results 1 – 25 of 96) sorted by relevance
1234
/Linux-v4.19/Documentation/isdn/ |
D | README.concap | 1 Description of the "concap" encapsulation protocol interface 5 drivers that need to process an encapsulation protocol. 22 The encapsulation protocol used on top of WAN connections or permanent 25 several different encapsulation protocols at once. 28 encapsulation protocols. The encapsulation protocol is configured by a 31 depending on the currently configured encapsulation protocol. 33 In contrast, LAN network interfaces always used a single encapsulation 35 encapsulation is usually done by just sticking a header on the data. Thus, 37 encapsulation protocol directly (usually by just providing a hard_header() 43 The configurability of the encapsulation protocol to be used [all …]
|
D | README.syncppp | 20 Sync PPP is just another encapsulation for isdn4linux. The 21 name to enable sync PPP encapsulation is 'syncppp' .. e.g:
|
D | syncPPP.FAQ | 9 Q06: can I use asynchronous PPP encapsulation with network devices 40 of isdn4linux with the 'syncppp' encapsulation 66 You need the HWaddr only for ethernet encapsulation. 103 Q06: can I use asynchronous PPP encapsulation
|
D | 00-INDEX | 24 - info on "CONCAP" encapsulation protocol interface used for X.25.
|
/Linux-v4.19/net/ipv6/ |
D | ip6_offload.c | 89 if (skb->encapsulation && in ipv6_gso_segment() 94 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation && in ipv6_gso_segment() 303 if (skb->encapsulation) { in ipv6_gro_complete() 326 skb->encapsulation = 1; in sit_gro_complete() 333 skb->encapsulation = 1; in ip6ip6_gro_complete() 340 skb->encapsulation = 1; in ip4ip6_gro_complete()
|
D | Kconfig | 117 encapsulation. The basic concept of ILA is that we split an 192 encapsulating protocol. This driver implements encapsulation of IPv6 207 IPv4 encapsulation in order to transit IPv4-only network 308 bool "IPv6: Segment Routing Header encapsulation support" 314 Support for encapsulation of packets within an outer IPv6
|
D | udp_offload.c | 38 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
|
D | xfrm6_output.c | 64 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
/Linux-v4.19/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.txt | 35 encapsulation is used, the packet may have multiple checksum fields in 92 encapsulation such as VXLAN or GENEVE, in udp_set_csum(). Similarly for 103 encapsulation layer will sum over both its own header and the 'middle' 114 involve a change to the encapsulation protocols, which the receiver must 119 In Linux, RCO is implemented individually in each encapsulation protocol,
|
D | xfrm_proc.txt | 38 e.g. UDP encapsulation type is mismatch
|
/Linux-v4.19/net/ipv4/ |
D | gre_offload.c | 29 if (!skb->encapsulation) in gre_gso_segment() 39 skb->encapsulation = 0; in gre_gso_segment() 72 skb->encapsulation = 1; in gre_gso_segment() 239 skb->encapsulation = 1; in gre_gro_complete()
|
D | udp_offload.c | 50 skb->encapsulation = 0; in __skb_udp_tunnel_segment() 106 skb->encapsulation = 1; in __skb_udp_tunnel_segment() 137 if (skb->encapsulation || !offload_csum) { in __skb_udp_tunnel_segment() 295 if (skb->encapsulation && in udp4_ufo_fragment() 443 skb->encapsulation = 1; in udp_gro_complete()
|
D | ip_tunnel_core.c | 165 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads() 167 skb->encapsulation = 1; in iptunnel_handle_offloads() 185 skb->encapsulation = 0; in iptunnel_handle_offloads()
|
D | xfrm4_output.c | 113 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
/Linux-v4.19/include/uapi/linux/ |
D | gsmmux.h | 12 unsigned int encapsulation; member
|
/Linux-v4.19/net/l2tp/ |
D | Kconfig | 71 tristate "L2TP IP encapsulation for L2TPv3" 80 when UDP encapsulation is not required. When L2TP is carried 96 used as a control protocol and for data encapsulation to set
|
/Linux-v4.19/net/ife/ |
D | Kconfig | 10 Say Y here to add support of IFE encapsulation protocol
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_output.c | 112 skb->encapsulation = 0; in xfrm_output_one() 230 skb->encapsulation = 1; in xfrm_output()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | net-get-if.rst | 38 encapsulation type used on such interface. If the interface was not
|
D | net-add-if.rst | 36 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
|
D | net.rst | 20 needs to tell to the Kernel what are the PIDs and the encapsulation
|
/Linux-v4.19/Documentation/infiniband/ |
D | opa_vnic.txt | 122 operation. It also handles the encapsulation of Ethernet packets with an 124 information required for encapsulation is configured by the EM via VEMA MAD
|
/Linux-v4.19/drivers/net/appletalk/ |
D | Kconfig | 91 the kernel. In this case, you can either use encapsulation or 97 In this case, you will be able to use both encapsulation and
|
/Linux-v4.19/drivers/net/arcnet/ |
D | Kconfig | 50 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely 57 ARCnet "cap mode" packet encapsulation. Used to get the hardware
|
1234