Searched refs:iflib_crcstrip (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | iflib.c | 788 int iflib_crcstrip = 1; variable 789 SYSCTL_INT(_dev_netmap, OID_AUTO, iflib_crcstrip, 790 CTLFLAG_RW, &iflib_crcstrip, 1, "strip CRC on RX frames"); 811 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); in iflib_netmap_register() 830 IFDI_CRCSTRIP_SET(ctx, onoff, iflib_crcstrip); // XXX why twice ? in iflib_netmap_register() 1214 int crclen = iflib_crcstrip ? 0 : 4; in iflib_netmap_rxsync()
|