Searched refs:net_trickle_create (Results 1 – 3 of 3) sorted by relevance
89 ret = net_trickle_create(&t1, T1_IMIN, T1_IMAX, T1_K); in test_trickle_create()92 ret = net_trickle_create(&t2, T2_IMIN, T2_IMAX, T2_K); in test_trickle_create()
86 int net_trickle_create(struct net_trickle *trickle,
159 int net_trickle_create(struct net_trickle *trickle, in net_trickle_create() function