Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dsocket.c3746 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument
3751 if (*last_publ) { in __tipc_nl_list_sk_publ()
3753 if (p->key == *last_publ) in __tipc_nl_list_sk_publ()
3764 *last_publ = 0; in __tipc_nl_list_sk_publ()
3775 *last_publ = p->key; in __tipc_nl_list_sk_publ()
3779 *last_publ = 0; in __tipc_nl_list_sk_publ()
3788 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local
3820 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump()
3827 cb->args[1] = last_publ; in tipc_nl_publ_dump()