Searched refs:iflib_crcstrip (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/net/
H A Diflib.c759 * iflib_crcstrip: 0: keep CRC in rx frames (default), 1: strip it.
772 int iflib_crcstrip = 1; variable
773 SYSCTL_INT(_dev_netmap, OID_AUTO, iflib_crcstrip,
774 CTLFLAG_RW, &iflib_crcstrip, 1, "strip CRC on rx frames");
800 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip);
810 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); // XXX why twice ?
1086 int crclen = iflib_crcstrip ? 0 : 4;

Completed in 108 milliseconds