Searched refs:last_publ (Results 1 – 1 of 1) sorted by relevance
3738 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument3743 if (*last_publ) { in __tipc_nl_list_sk_publ()3745 if (p->key == *last_publ) in __tipc_nl_list_sk_publ()3756 *last_publ = 0; in __tipc_nl_list_sk_publ()3767 *last_publ = p->key; in __tipc_nl_list_sk_publ()3771 *last_publ = 0; in __tipc_nl_list_sk_publ()3780 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local3812 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump()3819 cb->args[1] = last_publ; in tipc_nl_publ_dump()