Searched defs:tsync_proto (Results 1 – 3 of 3) sorted by relevance
25 struct tsync_proto { struct26 struct tsync_proto *next; argument27 char proto_name[TRACECMD_TSYNC_PNAME_LENGTH];28 enum tracecmd_time_sync_role roles;29 int accuracy;30 int supported_clocks;31 unsigned int flags;33 int (*clock_sync_init)(struct tracecmd_time_sync *clock_context);34 int (*clock_sync_free)(struct tracecmd_time_sync *clock_context);35 int (*clock_sync_calc)(struct tracecmd_time_sync *clock_context,
1301 const char *tsync_proto, in make_trace_resp()1332 const char *tsync_proto, unsigned int tsync_port) in tracecmd_msg_send_trace_resp()1350 char **tsync_proto, in tracecmd_msg_recv_trace_resp()
130 char *tsync_proto = NULL; in agent_handle() local