Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py14 def __init__(self, msg, cmd_obj): argument
15 super().__init__(msg + "\n" + repr(cmd_obj))
16 self.cmd = cmd_obj
21 def __init__(self, msg, cmd_obj): argument
22 super().__init__(msg + "\n" + repr(cmd_obj))
23 self.cmd = cmd_obj
252 cmd_obj = cmd(cmd_str, ns=ns, host=host)
254 return _json.loads(cmd_obj.stdout)
255 return cmd_obj
297 cmd_obj = cmd(cmd_arr, ns=ns, host=host, shell=False, timeout=timeout)
[all …]
/linux/tools/testing/selftests/net/
H A Drtnetlink.py119 with bkg("ip monitor", ns=str(ns)) as cmd_obj:
130 ksft_true(f"inet {ifname} ignore_routes_with_linkdown on" in cmd_obj.stdout,
132 ksft_true(f"inet {ifname} rp_filter strict" in cmd_obj.stdout,
134 ksft_true(f"inet {ifname} proxy_neigh on" in cmd_obj.stdout,
136 ksft_true(f"inet {ifname} forwarding on" in cmd_obj.stdout,
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4270 struct cmd_obj *pcmd_obj; in report_survey_event()
4328 struct cmd_obj *pcmd_obj; in report_surveydone_event()
4369 struct cmd_obj *pcmd_obj; in report_join_res()
4414 struct cmd_obj *pcmd_obj; in report_wmm_edca_update()
4455 struct cmd_obj *pcmd_obj; in report_del_sta_event()
4507 struct cmd_obj *pcmd_obj; in report_add_sta_event()
4946 struct cmd_obj *ph2c; in survey_timer_hdl()
5569 struct cmd_obj *ph2c; in chk_bmc_sleepq_cmd()
5589 struct cmd_obj *ph2c; in set_tx_beacon_cmd()