Searched refs:last_publ (Results 1 – 1 of 1) sorted by relevance
3744 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument3749 if (*last_publ) { in __tipc_nl_list_sk_publ()3751 if (p->key == *last_publ) in __tipc_nl_list_sk_publ()3762 *last_publ = 0; in __tipc_nl_list_sk_publ()3773 *last_publ = p->key; in __tipc_nl_list_sk_publ()3777 *last_publ = 0; in __tipc_nl_list_sk_publ()3786 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local3818 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump()3825 cb->args[1] = last_publ; in tipc_nl_publ_dump()