/linux-4.4.14/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.4.14/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 | 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 | pktgen.txt | 165 IPSEC # IPsec encapsulation (needs CONFIG_XFRM) 264 Default IPsec transformation with ESP encapsulation plus transport mode
|
D | phonet.txt | 201 or zero if encapsulation is off.
|
D | arcnet.txt | 287 hybrid network that uses both encapsulation types.
|
D | bonding.txt | 921 encapsulation protocol is used. For example this will 931 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.4.14/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 | 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 | ip_tunnel_core.c | 156 if (likely(!skb->encapsulation)) { in iptunnel_handle_offloads() 158 skb->encapsulation = 1; in iptunnel_handle_offloads() 175 skb->encapsulation = 0; in iptunnel_handle_offloads()
|
D | xfrm4_output.c | 111 hdr = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in xfrm4_local_error()
|
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 | af_inet.c | 1253 if (skb->encapsulation && in inet_gso_segment() 1257 udpfrag = proto == IPPROTO_UDP && !skb->encapsulation; in inet_gso_segment() 1405 if (skb->encapsulation) in inet_gro_complete()
|
D | fou.c | 868 skb->encapsulation = 0; in gue_build_header()
|
/linux-4.4.14/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() 267 if (skb->encapsulation) in ipv6_gro_complete() 288 skb->encapsulation = 1; in sit_gro_complete()
|
D | Kconfig | 102 encapsulation. The basic concept of ILA is that we split an 177 encapsulating protocol. This driver implements encapsulation of IPv6 192 IPv4 encapsulation in order to transit IPv4-only network
|
D | udp_offload.c | 63 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()
|
D | ip6_tunnel.c | 1147 if (likely(!skb->encapsulation)) { in ip6_tnl_xmit2() 1149 skb->encapsulation = 1; in ip6_tnl_xmit2()
|
D | ip6_gre.c | 715 if (likely(!skb->encapsulation)) { in ip6gre_xmit2() 717 skb->encapsulation = 1; in ip6gre_xmit2()
|
/linux-4.4.14/include/uapi/linux/ |
D | gsmmux.h | 11 unsigned int encapsulation; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 1462 iph = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in i40e_tso() 1463 ipv6h = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in i40e_tso() 1466 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 1472 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 1478 l4len = skb->encapsulation ? inner_tcp_hdrlen(skb) : tcp_hdrlen(skb); in i40e_tso() 1479 *hdr_len = (skb->encapsulation in i40e_tso() 1516 if (skb->encapsulation) { in i40e_tx_enable_csum()
|
/linux-4.4.14/include/net/ |
D | vxlan.h | 216 if (!skb->encapsulation) in vxlan_features_check()
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 2213 iph = skb->encapsulation ? inner_ip_hdr(skb) : ip_hdr(skb); in i40e_tso() 2214 ipv6h = skb->encapsulation ? inner_ipv6_hdr(skb) : ipv6_hdr(skb); in i40e_tso() 2217 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 2223 tcph = skb->encapsulation ? inner_tcp_hdr(skb) : tcp_hdr(skb); in i40e_tso() 2229 l4len = skb->encapsulation ? inner_tcp_hdrlen(skb) : tcp_hdrlen(skb); in i40e_tso() 2230 *hdr_len = (skb->encapsulation in i40e_tso() 2310 if (skb->encapsulation) { in i40e_tx_enable_csum()
|
D | i40e_main.c | 8562 if (skb->encapsulation && in i40e_features_check()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 396 skb->encapsulation = true; in fm10k_rx_checksum() 799 if (skb->encapsulation) { in fm10k_tso() 846 if (skb->encapsulation) { in fm10k_tx_csum() 884 if (skb->encapsulation) in fm10k_tx_csum()
|
D | fm10k_netdev.c | 1355 if (!skb->encapsulation || fm10k_tx_encap_offload(skb)) in fm10k_features_check()
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 52 c.encapsulation = 0;
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 603 if (skb->encapsulation) in get_real_size() 859 if (!skb->encapsulation) in mlx4_en_xmit() 917 if (skb->encapsulation) { in mlx4_en_xmit()
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 457 if (skb->encapsulation) in eth_gro_complete()
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 69 bool "Six bit SLIP encapsulation"
|
/linux-4.4.14/Documentation/infiniband/ |
D | ipoib.txt | 38 IPoIB encapsulation header (4 bytes). For example, in a typical IB
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 2508 if (c->encapsulation > 1) /* Basic, advanced, no I */ in gsmld_config() 2523 if (c->encapsulation != gsm->encoding) in gsmld_config() 2554 gsm->encoding = c->encapsulation; in gsmld_config() 2587 c.encapsulation = gsm->encoding; in gsmld_ioctl()
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 118 changes its encapsulation unilaterally.
|
/linux-4.4.14/net/ |
D | Kconfig | 383 weight tunnel endpoint. Tunnel encapsulation parameters are stored
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 1752 skb->encapsulation = 0; in vxlan6_xmit_skb() 1831 skb->encapsulation = 0; in vxlan_xmit_skb() 1886 skb->encapsulation = 0; in vxlan_encap_bypass()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 271 NCM is an advanced protocol for Ethernet encapsulation, allows
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 147 if (skb->encapsulation) in push_mpls()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 169 an advanced protocol for Ethernet encapsulation, allows grouping
|
/linux-4.4.14/net/core/ |
D | dev.c | 2688 if (skb->encapsulation) in netif_skb_features() 2793 if (skb->encapsulation) in validate_xmit_skb() 4384 skb->encapsulation = 0; in napi_reuse_skb()
|
D | skbuff.c | 4268 if (skb->encapsulation) { in skb_gso_transport_seglen()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 690 if (skb->encapsulation && skb->ip_summed == CHECKSUM_PARTIAL) in be_tx_stats_update() 777 if (skb->encapsulation) { in be_get_wrb_params_from_skb() 5266 if (!skb->encapsulation || in be_features_check()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1454 skb->encapsulation = 1; in ixgbe_rx_checksum() 7028 if (skb->encapsulation) { in ixgbe_tx_csum() 7361 if (skb->encapsulation) { in ixgbe_atr() 8385 if (!skb->encapsulation) in ixgbe_features_check()
|
/linux-4.4.14/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.4.14/include/linux/ |
D | skbuff.h | 632 __u8 encapsulation:1; member
|
D | netdevice.h | 3821 skb->encapsulation = 1; in skb_gso_error_unwind()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 758 if (!skb->encapsulation || !l4_is_udp || in qlcnic_xmit_frame()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 312 if (skb->encapsulation) in bnxt_start_xmit() 5352 if (skb->encapsulation) in bnxt_rx_flow_steer()
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 1288 be used during encapsulation.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 996 Began implementing support for SPNEGO encapsulation of NTLMSSP based session authentication blobs
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3404 if (!CHIP_IS_E1x(bp) && skb->encapsulation) { in bnx2x_xmit_type()
|