Home
last modified time | relevance | path

Searched refs:gso_hdr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c246 uint8_t *gso_hdr = NULL; in bdg_mismatch_datapath() local
273 if (!gso_hdr) { in bdg_mismatch_datapath()
276 gso_hdr = src; in bdg_mismatch_datapath()
287 (gso_hdr + ethhlen - 2))); in bdg_mismatch_datapath()
296 (gso_hdr + ethhlen); in bdg_mismatch_datapath()
328 (gso_hdr + ethhlen + iphlen); in bdg_mismatch_datapath()
363 memcpy(dst, gso_hdr, gso_hdr_len); in bdg_mismatch_datapath()