Searched refs:iflib_crcstrip (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 782 int iflib_crcstrip = 1; variable 783 SYSCTL_INT(_dev_netmap, OID_AUTO, iflib_crcstrip, 784 CTLFLAG_RW, &iflib_crcstrip, 1, "strip CRC on RX frames"); 805 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); in iflib_netmap_register() 824 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); // XXX why twice ? in iflib_netmap_register() 1176 int crclen = iflib_crcstrip ? 0 : 4; in iflib_netmap_rxsync()
|