Searched full:encapsulated (Results 1 – 25 of 189) sorted by relevance
12345678
/Linux-v6.1/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_pci.h | 25 * NVME Encapsulated Request. 26 * 07-22-18 02.00.03 Updted flags field for NVME Encapsulated req 49 * NVMe Encapsulated message 52 /*NVME Encapsulated Request Message */
|
/Linux-v6.1/Documentation/infiniband/ |
D | opa_vnic.rst | 11 The patterns of exchanges of Omni-Path encapsulated Ethernet packets 14 permitted to exchange encapsulated Ethernet packets across a particular 18 nodes across the fabric exchange encapsulated Ethernet packets over a 52 The Omni-Path encapsulated Ethernet packet format is as described below. 116 net_device_ops functions. It expects Omni-Path encapsulated Ethernet
|
/Linux-v6.1/net/bridge/netfilter/ |
D | ebt_vlan.c | 33 /* VLAN encapsulated Type/Length field, given from orig frame */ in ebt_vlan_mt() 70 /* Checking Encapsulated Proto (Length/Type) field */ in ebt_vlan_mt() 136 /* Check for encapsulated proto range - it is possible to be in ebt_vlan_mt_check()
|
/Linux-v6.1/Documentation/networking/ |
D | checksum-offloads.rst | 57 encapsulated packet both the inner and outer checksums may need to be edited or 85 encapsulated datagram when the inner checksum is due to be offloaded. 130 RCO is a technique for eliding the inner checksum of an encapsulated datagram,
|
D | vxlan.rst | 68 ability to perform TCP segmentation offload of UDP encapsulated frames 71 receive side parsing of UDP encapsulated frames which allows NICs to
|
/Linux-v6.1/include/uapi/linux/ |
D | if_bonding.h | 95 #define BOND_XMIT_POLICY_ENCAP23 3 /* encapsulated layer 2+3 */ 96 #define BOND_XMIT_POLICY_ENCAP34 4 /* encapsulated layer 3+4 */
|
D | udp.h | 32 #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */
|
/Linux-v6.1/net/ipv4/ |
D | xfrm4_input.c | 76 * If it's an encapsulated packet, then pass it to the 93 /* if this is not encapsulated socket, then just return now */ in xfrm4_udp_encap_rcv()
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | imi,rdacm2x-gmsl.yaml | 49 receive and transmit I2C messages encapsulated and transmitted on the GMSL 55 propagated to the remote de-serializer encapsulated in the GMSL control
|
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_txrx.h | 83 u64 tx_tso; /* # of non-encapsulated TSO super-packets */ 84 u64 tx_encap_tso; /* # of encapsulated TSO super-packets */ 85 u64 tx_uso; /* # of non-encapsulated UDP LSO super-packets */
|
/Linux-v6.1/drivers/net/usb/ |
D | lg-vl600.c | 22 * It will however ignore data on both ports that is not encapsulated 23 * in a specific way, any data returned is also encapsulated the same 242 return skb; /* Already encapsulated? */ in vl600_tx_fixup()
|
/Linux-v6.1/include/uapi/linux/netfilter_bridge/ |
D | ebt_vlan.h | 16 __be16 encap; /* VLAN Encapsulated frame code {0-65535} */
|
/Linux-v6.1/include/linux/ |
D | if_hsr.h | 20 * encapsulated protocol } instead.
|
D | dma-fence-chain.h | 22 * @fence: encapsulated fence
|
D | if_vlan.h | 585 * vlan encapsulated (normal or hardware accelerated) or not. 627 * vlan encapsulated (normal or hardware accelerated) or not. 655 * Was a VLAN packet, grab the encapsulated protocol, which the layer in vlan_set_encap_proto()
|
/Linux-v6.1/net/ipv6/ |
D | xfrm6_input.c | 71 * If it's an encapsulated packet, then pass it to the 89 /* if this is not encapsulated socket, then just return now */ in xfrm6_udp_encap_rcv()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | tx.h | 23 * encapsulated packets, so if the checksum is for the inner in efx_tx_csum_type_skb()
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | tx.h | 30 * encapsulated packets, so if the checksum is for the inner in efx_tx_csum_type_skb()
|
/Linux-v6.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_app.c | 624 * @nvme_encap_request: NVMe encapsulated MPI request 627 * in user provided NVMe command in NVMe encapsulated request. 643 * encapsulated request 645 * @nvme_encap_request: NVMe encapsulated MPI request 650 * proper format as SGEs in the given NVMe encapsulated request. 701 * encapsulated request 703 * @nvme_encap_request: NVMe encapsulated MPI request 708 * proper format as PRP entries in the given NVMe encapsulated
|
/Linux-v6.1/include/uapi/misc/ |
D | habanalabs.h | 1331 * This is the CS sequence which has the encapsulated signals. 1391 * The encapsulated signals CS is merged into the existing CS ioctls. 1401 * 2. Use the staged CS to do the encapsulated signaling jobs. 1406 * to wait for the encapsulated signals. 1463 * Encapsulated signals handle id 1465 * 1. CS with encapsulated signals: 1476 /* Encapsulated signals number */ 1479 /* Encapsulated signals queue index (stream) */
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | mirror_gre.sh | 8 # gretap or ip6gretap netdevice. Expect that the packets come out encapsulated,
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-exynos5.yaml | 16 In case the HSI2C controller is encapsulated within USI block (it's the case
|
/Linux-v6.1/drivers/usb/serial/ |
D | safe_serial.c | 3 * Safe Encapsulated USB Serial Driver 79 #define DRIVER_DESC "USB Safe Encapsulated Serial"
|
/Linux-v6.1/include/net/ |
D | erspan.h | 90 ERSPAN_ENCAP_ISL = 0x1, /* originally ISL encapsulated */ 91 ERSPAN_ENCAP_8021Q = 0x2, /* originally 802.1Q encapsulated */
|
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 160 * SNAP header exist as encapsulated in 802.3 (RFC 1042). I.E. the 167 * LLC header exist as encapsulated in 802.3 (RFC 1042). I.E. the 424 * SNAP header exist as encapsulated in 802.3 (RFC 1042). I.E. the 432 * LLC header exist as encapsulated in 802.3 (RFC 1042). I.E. the
|
12345678