Searched refs:__trans_list_add (Results 1 – 3 of 3) sorted by relevance
55 return __trans_list_add(id, name, &table_names); in add_routing_table_name()100 return __trans_list_add(id, name, &proto_names); in add_proto_name()
89 extern int __trans_list_add(int, const char *, struct nl_list_head *);
764 int __trans_list_add(int i, const char *a, struct nl_list_head *head) in __trans_list_add() function