Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddrop_monitor.c1334 static int net_dm_monitor_start(bool set_sw, bool set_hw, in net_dm_monitor_start() argument
1340 if (set_sw) { in net_dm_monitor_start()
1361 static void net_dm_monitor_stop(bool set_sw, bool set_hw, in net_dm_monitor_stop() argument
1366 if (set_sw) in net_dm_monitor_stop()
1373 bool set_sw = !!info->attrs[NET_DM_ATTR_SW_DROPS]; in net_dm_cmd_trace() local
1380 if (!set_sw && !set_hw) in net_dm_cmd_trace()
1381 set_sw = true; in net_dm_cmd_trace()
1385 return net_dm_monitor_start(set_sw, set_hw, extack); in net_dm_cmd_trace()
1387 net_dm_monitor_stop(set_sw, set_hw, extack); in net_dm_cmd_trace()