Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dbat_algo.h23 int batadv_algo_seq_print_text(struct seq_file *seq, void *offset);
H A Dbat_algo.c122 int batadv_algo_seq_print_text(struct seq_file *seq, void *offset) in batadv_algo_seq_print_text() function
H A Ddebugfs.c57 return single_open(file, batadv_algo_seq_print_text, NULL); in batadv_algorithms_open()