Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dname_table.c1032 u32 *last_lower, u32 *last_key) in __tipc_nl_service_range_list() argument
1040 if (sr->lower < *last_lower) in __tipc_nl_service_range_list()
1044 *last_lower = sr->lower; in __tipc_nl_service_range_list()
1048 *last_lower = 0; in __tipc_nl_service_range_list()
1053 u32 *last_type, u32 *last_lower, u32 *last_key) in tipc_nl_service_list() argument
1071 (!i && *last_key && (*last_lower == *last_key))) { in tipc_nl_service_list()
1073 *last_type, *last_lower, *last_lower); in tipc_nl_service_list()
1087 last_lower, in tipc_nl_service_list()
1106 u32 last_lower = cb->args[1]; in tipc_nl_name_table_dump() local
1121 &last_lower, &last_key); in tipc_nl_name_table_dump()
[all …]