Lines Matching +full:packet +full:- +full:oriented
1 /* SPDX-License-Identifier: GPL-2.0-only */
150 * Represent netvsc packet which contains 1 RNDIS and 1 ethernet frame
154 * place this structure in the skb->cb field.
208 bool link_state; /* 0 - link up, 1 - link down */
229 struct hv_netvsc_packet *packet,
461 * ------------------------------------------------------------
499 * dynamic reconfigurations when the cost of GPA-direct buffers
521 * Therefore, the channel travels with the RNDIS packet.
538 * message cannot use any resources associated with the original RNDIS packet.
862 #define NETVSC_INVALID_INDEX -1
941 u32 cnt; /* #fragments in an RSC packet */
942 u32 pktlen; /* Full packet length */
1067 /* Azure hosts don't support non-TCP port numbers in hashing for fragmented
1100 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1312 /* Packet extension field contents associated with a Data message. */
1609 /* CONDIS Miniport messages for connection oriented devices */
1772 (sizeof(msg) + (sizeof(struct rndis_message) - \
1775 #define RNDIS_HEADER_SIZE (sizeof(struct rndis_message) - \
1804 struct hv_netvsc_packet *packet);