Home
last modified time | relevance | path

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

/linux-5.19.10/net/tipc/
Dname_table.c1030 u32 *last_lower, u32 *last_key) in __tipc_nl_service_range_list() argument
1038 if (sr->lower < *last_lower) in __tipc_nl_service_range_list()
1042 *last_lower = sr->lower; in __tipc_nl_service_range_list()
1046 *last_lower = 0; in __tipc_nl_service_range_list()
1051 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
1069 (!i && *last_key && (*last_lower == *last_key))) { in tipc_nl_service_list()
1071 *last_type, *last_lower, *last_lower); in tipc_nl_service_list()
1085 last_lower, in tipc_nl_service_list()
1104 u32 last_lower = cb->args[1]; in tipc_nl_name_table_dump() local
1119 &last_lower, &last_key); in tipc_nl_name_table_dump()
[all …]