Searched refs:DNETDEBUG_IF (Results 1 – 2 of 2) sorted by relevance
534 DNETDEBUG_IF(ifp, "discard frame without packet header\n"); in debugnet_pkt_in()538 DNETDEBUG_IF(ifp, in debugnet_pkt_in()550 DNETDEBUG_IF(ifp, "ignoring vlan packets\n"); in debugnet_pkt_in()554 DNETDEBUG_IF(ifp, "failed to get hw addr for interface\n"); in debugnet_pkt_in()560 DNETDEBUG_IF(ifp, in debugnet_pkt_in()577 DNETDEBUG_IF(ifp, "dropping unknown ethertype %hu\n", etype); in debugnet_pkt_in()
40 #define DNETDEBUG_IF(i, f, ...) do { \ macro