Searched refs:last_publ (Results 1 – 2 of 2) sorted by relevance
/net/tipc/ |
D | name_table.c | 844 struct sub_seq *sseq, u32 *last_publ) in __tipc_nl_add_nametable_publ() argument 851 if (*last_publ) { in __tipc_nl_add_nametable_publ() 853 if (p->key == *last_publ) in __tipc_nl_add_nametable_publ() 855 if (p->key != *last_publ) in __tipc_nl_add_nametable_publ() 863 *last_publ = p->key; in __tipc_nl_add_nametable_publ() 898 *last_publ = 0; in __tipc_nl_add_nametable_publ() 913 u32 *last_lower, u32 *last_publ) in __tipc_nl_subseq_list() argument 928 err = __tipc_nl_add_nametable_publ(msg, seq, sseq, last_publ); in __tipc_nl_subseq_list() 940 u32 *last_type, u32 *last_lower, u32 *last_publ) in tipc_nl_seq_list() argument 970 last_publ); in tipc_nl_seq_list() [all …]
|
D | socket.c | 2795 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument 2800 if (*last_publ) { in __tipc_nl_list_sk_publ() 2802 if (p->key == *last_publ) in __tipc_nl_list_sk_publ() 2805 if (p->key != *last_publ) { in __tipc_nl_list_sk_publ() 2813 *last_publ = 0; in __tipc_nl_list_sk_publ() 2824 *last_publ = p->key; in __tipc_nl_list_sk_publ() 2828 *last_publ = 0; in __tipc_nl_list_sk_publ() 2837 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local 2873 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump() 2880 cb->args[1] = last_publ; in tipc_nl_publ_dump()
|