Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtp_meter.h17 u32 test_length, u32 *cookie);
H A Dtp_meter.c847 msecs_to_jiffies(tp_vars->test_length)); in batadv_tp_send()
936 u32 test_length, u32 *cookie) in batadv_tp_start() argument
1033 tp_vars->test_length = test_length; in batadv_tp_start()
1034 if (!tp_vars->test_length) in batadv_tp_start()
1035 tp_vars->test_length = BATADV_TP_DEF_TEST_LENGTH; in batadv_tp_start()
1039 dst, test_length); in batadv_tp_start()
H A Dtypes.h1470 u32 test_length; member