Lines Matching full:packet
24 /* define to enable packet dump functions */
33 * Init function for tx packet functionality
35 * @pkt: packet pointer
41 * Clean all tx packet resources.
43 * @pkt: packet.
50 * @pkt: packet
58 * @pkt: packet
72 * @pkt: packet
83 * @pkt: packet
96 * @pkt: packet
106 * @pkt: packet
114 * @pkt: packet
122 * @pkt: packet
130 * @pkt: packet
137 * get packet type
139 * @pkt: packet
140 * @ret: packet type
146 * prints packet data if debug is enabled
148 * @pkt: packet
154 * reset tx packet private context (needed to be called between packets)
156 * @pkt: packet
183 * Send packet to qemu. handles sw offloads if vhdr is not supported.
185 * @pkt: packet
193 * Send packet with a custom function.
195 * @pkt: packet
197 * @callback: a function to be called back for each transformed packet
205 * parse raw packet data and analyze offload requirements.
207 * @pkt: packet
213 * indicates if there are data fragments held by this packet object.
215 * @pkt: packet
225 * For backends with vheader, we need just one packet with proper
226 * payload size. For now, qemu drops every packet with size greater 64K
230 * @pkt packet