Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dname_table.c854 struct sub_seq *sseq, u32 *last_publ) in __tipc_nl_add_nametable_publ() argument
861 if (*last_publ) { in __tipc_nl_add_nametable_publ()
863 if (p->key == *last_publ) in __tipc_nl_add_nametable_publ()
865 if (p->key != *last_publ) in __tipc_nl_add_nametable_publ()
873 *last_publ = p->key; in __tipc_nl_add_nametable_publ()
908 *last_publ = 0; in __tipc_nl_add_nametable_publ()
923 u32 *last_lower, u32 *last_publ) in __tipc_nl_subseq_list() argument
938 err = __tipc_nl_add_nametable_publ(msg, seq, sseq, last_publ); in __tipc_nl_subseq_list()
950 u32 *last_type, u32 *last_lower, u32 *last_publ) in tipc_nl_seq_list() argument
980 last_publ); in tipc_nl_seq_list()
[all …]
Dsocket.c2752 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument
2757 if (*last_publ) { in __tipc_nl_list_sk_publ()
2759 if (p->key == *last_publ) in __tipc_nl_list_sk_publ()
2762 if (p->key != *last_publ) { in __tipc_nl_list_sk_publ()
2770 *last_publ = 0; in __tipc_nl_list_sk_publ()
2781 *last_publ = p->key; in __tipc_nl_list_sk_publ()
2785 *last_publ = 0; in __tipc_nl_list_sk_publ()
2794 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local
2827 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump()
2834 cb->args[1] = last_publ; in tipc_nl_publ_dump()