Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h254 struct tmonitor_ctx; in traffic_monitor_stop()
275 struct tmonitor_ctx *traffic_monitor_start(const char *netns, const char *test_name,
277 void traffic_monitor_stop(struct tmonitor_ctx *ctx);
280 static inline struct tmonitor_ctx *traffic_monitor_start(const char *netns, const char *test_name,
286 static inline void traffic_monitor_stop(struct tmonitor_ctx *ctx)
H A Dnetwork_helpers.c819 struct tmonitor_ctx { struct
1004 struct tmonitor_ctx *ctx = arg; in traffic_monitor_thread()
1164 struct tmonitor_ctx *traffic_monitor_start(const char *netns, const char *test_name, in traffic_monitor_start()
1168 struct tmonitor_ctx *ctx; in traffic_monitor_start()
1248 static void traffic_monitor_release(struct tmonitor_ctx *ctx) in traffic_monitor_release()
1262 void traffic_monitor_stop(struct tmonitor_ctx *ctx) in traffic_monitor_stop()
H A Dtest_progs.c737 struct tmonitor_ctx *tmon;