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