Lines Matching full:gso
69 * of the original GSO packet). 'pkt' points to the beginning of the IP
243 /* Length of the GSO packet header. */ in bdg_mismatch_datapath()
245 /* Pointer to the GSO packet header. Assume it is in a single fragment. */ in bdg_mismatch_datapath()
251 /* Is this an IPv4 or IPv6 GSO packet? */ in bdg_mismatch_datapath()
257 /* Is this a TCP or an UDP GSO packet? */ in bdg_mismatch_datapath()
261 /* Segment the GSO packet contained into the input slots (frags). */ in bdg_mismatch_datapath()
268 nm_prdis(1, "Not enough slots, dropping GSO packet"); in bdg_mismatch_datapath()
272 /* Grab the GSO header if we don't have it. */ in bdg_mismatch_datapath()
283 nm_prlim(1, "Short GSO fragment [eth], dropping"); in bdg_mismatch_datapath()
299 nm_prlim(1, "Short GSO fragment " in bdg_mismatch_datapath()
313 "dropping GSO packet"); in bdg_mismatch_datapath()
319 nm_prlim(1, "Short GSO fragment [IP], dropping"); in bdg_mismatch_datapath()
331 nm_prlim(1, "Short GSO fragment " in bdg_mismatch_datapath()
342 nm_prlim(1, "Short GSO fragment [TCP/UDP], dropping"); in bdg_mismatch_datapath()
377 the GSO payload bytes. */ in bdg_mismatch_datapath()
420 /* Process a non-GSO packet. */ in bdg_mismatch_datapath()