/linux-4.1.27/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 | 26 - info on "CONCAP" encapsulation protocol interface used for X.25.
|
D | README.x25 | 90 and choose x25iface encapsulation by 100 "x25iface"-encapsulation bypasses demand dialing. Dialing will be
|
D | README.sc | 216 encapsulation type has to be set. 219 iii) then, after the Layer 2 protocol is set, set the encapsulation 246 iv) set the packet encapsulation to syncppp
|
D | README | 475 Selects the type of packet-encapsulation. The encapsulation can be changed 480 rawip (Default) Selects raw-IP-encapsulation. This means, MAC-headers 484 x25iface X.25 interface encapsulation (first byte semantics as defined in 497 NOTE: x25iface encapsulation is currently experimental. Please
|
/linux-4.1.27/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 | xfrm_proc.txt | 36 e.g. UDP encapsulation type is mismatch
|
D | pktgen.txt | 146 IPSEC # IPsec encapsulation (needs CONFIG_XFRM) 222 Default IPsec transformation with ESP encapsulation plus transport mode
|
D | l2tp.txt | 14 L2TPv3 IP encapsulation. 50 provides L2TPv3 IP encapsulation (no UDP) and is implemented using a 100 L2TP UDP encapsulation socket and flags it for use by the
|
D | phonet.txt | 201 or zero if encapsulation is off.
|
D | arcnet.txt | 287 hybrid network that uses both encapsulation types.
|
D | bonding.txt | 884 encapsulation protocol is used. For example this will 894 encapsulation protocol is used. For example this will
|
D | arcnet-hardware.txt | 67 level of encapsulation is defined by RFC1201, which I call "packet
|
/linux-4.1.27/net/ipv4/ |
D | gre_offload.c | 43 if (!skb->encapsulation) in gre_gso_segment() 61 skb->encapsulation = 0; in gre_gso_segment() 108 skb->encapsulation = 1; in gre_gso_segment() 235 skb->encapsulation = 1; in gre_gro_complete()
|
D | ip_tunnel_core.c | 127 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads() 129 skb->encapsulation = 1; in iptunnel_handle_offloads() 146 skb->encapsulation = 0; in iptunnel_handle_offloads()
|
D | udp_offload.c | 52 skb->encapsulation = 0; in __skb_udp_tunnel_segment() 84 skb->encapsulation = 0; in __skb_udp_tunnel_segment() 91 skb->encapsulation = 1; in __skb_udp_tunnel_segment() 187 if (skb->encapsulation && in udp4_ufo_fragment() 409 skb->encapsulation = 1; in udp_gro_complete()
|
D | xfrm4_output.c | 108 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
D | af_inet.c | 1258 if (skb->encapsulation && in inet_gso_segment() 1262 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation; in inet_gso_segment() 1410 if (skb->encapsulation) in inet_gro_complete()
|
D | Kconfig | 171 encapsulation of IP within IP, which sounds kind of pointless, but 326 bool "IP: FOU encapsulation of IP tunnels" 330 Allow configuration of FOU or GUE encapsulation for IP tunnels. 332 FOU or GUE encapsulation.
|
D | fou.c | 872 skb->encapsulation = 0; in gue_build_header()
|
/linux-4.1.27/include/linux/ |
D | gsmmux.h | 7 unsigned int encapsulation; member
|
D | skbuff.h | 606 __u8 encapsulation:1; member
|
D | netdevice.h | 3738 skb->encapsulation = 1; in skb_gso_error_unwind()
|
/linux-4.1.27/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-4.1.27/net/ipv6/ |
D | ip6_offload.c | 103 if (skb->encapsulation && in ipv6_gso_segment() 107 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation; in ipv6_gso_segment()
|
D | xfrm6_output.c | 64 hdr = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in xfrm6_local_error()
|
D | udp_offload.c | 63 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
|
D | Kconfig | 159 encapsulating protocol. This driver implements encapsulation of IPv6 174 IPv4 encapsulation in order to transit IPv4-only network
|
D | ip6_gre.c | 718 if (likely(!skb->encapsulation)) { in ip6gre_xmit2() 720 skb->encapsulation = 1; in ip6gre_xmit2()
|
D | ip6_tunnel.c | 1089 if (likely(!skb->encapsulation)) { in ip6_tnl_xmit2() 1091 skb->encapsulation = 1; in ip6_tnl_xmit2()
|
/linux-4.1.27/include/net/ |
D | vxlan.h | 158 if (!skb->encapsulation) in vxlan_features_check()
|
/linux-4.1.27/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-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 1436 iph = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in i40e_tso() 1437 ipv6h = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in i40e_tso() 1440 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 1446 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 1452 l4len = skb->encapsulation ? inner_tcp_hdrlen(skb) : tcp_hdrlen(skb); in i40e_tso() 1453 *hdr_len = (skb->encapsulation in i40e_tso() 1488 if (skb->encapsulation) { in i40e_tx_enable_csum()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 54 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely 61 ARCnet "cap mode" packet encapsulation. Used to get the hardware
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 2147 iph = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in i40e_tso() 2148 ipv6h = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in i40e_tso() 2151 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 2157 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 2163 l4len = skb->encapsulation ? inner_tcp_hdrlen(skb) : tcp_hdrlen(skb); in i40e_tso() 2164 *hdr_len = (skb->encapsulation in i40e_tso() 2240 if (skb->encapsulation) { in i40e_tx_enable_csum()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 380 skb->encapsulation = true; in fm10k_rx_checksum() 808 if (skb->encapsulation) { in fm10k_tso() 855 if (skb->encapsulation) { in fm10k_tx_csum() 893 if (skb->encapsulation) in fm10k_tx_csum()
|
D | fm10k_netdev.c | 1357 if (!skb->encapsulation || fm10k_tx_encap_offload(skb)) in fm10k_features_check()
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 52 c.encapsulation = 0;
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 601 if (skb->encapsulation) in get_real_size() 855 if (!skb->encapsulation) in mlx4_en_xmit() 913 if (skb->encapsulation) { in mlx4_en_xmit()
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 455 if (skb->encapsulation) in eth_gro_complete()
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 69 bool "Six bit SLIP encapsulation"
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 38 IPoIB encapsulation header (4 bytes). For example, in a typical IB
|
/linux-4.1.27/drivers/tty/ |
D | n_gsm.c | 2509 if (c->encapsulation > 1) /* Basic, advanced, no I */ in gsmld_config() 2524 if (c->encapsulation != gsm->encoding) in gsmld_config() 2555 gsm->encoding = c->encapsulation; in gsmld_config() 2588 c.encapsulation = gsm->encoding; in gsmld_ioctl()
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 118 changes its encapsulation unilaterally.
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 129 if (skb->encapsulation) in push_mpls()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1739 skb->encapsulation = 0; in vxlan6_xmit_skb() 1818 skb->encapsulation = 0; in vxlan_xmit_skb() 1846 skb->encapsulation = 0; in vxlan_encap_bypass()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 271 NCM is an advanced protocol for Ethernet encapsulation, allows
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 169 an advanced protocol for Ethernet encapsulation, allows grouping
|
/linux-4.1.27/net/core/ |
D | dev.c | 2625 if (skb->encapsulation) in netif_skb_features() 2730 if (skb->encapsulation) in validate_xmit_skb() 4218 skb->encapsulation = 0; in napi_reuse_skb()
|
D | skbuff.c | 4182 if (skb->encapsulation) { in skb_gso_transport_seglen()
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 230 are in the item, so we'd need a new encapsulation method for regions in the log 231 buffer writing (i.e. double encapsulation). This would be an on-disk format
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 758 if (!skb->encapsulation || !l4_is_udp || in qlcnic_xmit_frame()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 760 if (skb->encapsulation) { in be_get_wrb_params_from_skb() 4969 if (!skb->encapsulation || in be_features_check()
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 1272 be used during encapsulation.
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3348 if (!CHIP_IS_E1x(bp) && skb->encapsulation) { in bnx2x_xmit_type()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 996 Began implementing support for SPNEGO encapsulation of NTLMSSP based session authentication blobs
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1413 skb->encapsulation = 1; in ixgbe_rx_checksum()
|