Home
last modified time | relevance | path

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

/dragonfly/sys/net/
HDif_ethersubr.c150 static u_long ether_input_wronghwhash; variable
195 &ether_input_wronghwhash, 0, "# of input packets with wrong hw hash");
1422 atomic_add_long(&ether_input_wronghwhash, 1); in ether_input_handler()