Searched refs:last_publ (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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 | 2762 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() argument 2767 if (*last_publ) { in __tipc_nl_list_sk_publ() 2769 if (p->key == *last_publ) in __tipc_nl_list_sk_publ() 2772 if (p->key != *last_publ) { in __tipc_nl_list_sk_publ() 2780 *last_publ = 0; in __tipc_nl_list_sk_publ() 2791 *last_publ = p->key; in __tipc_nl_list_sk_publ() 2795 *last_publ = 0; in __tipc_nl_list_sk_publ() 2804 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local 2840 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump() 2847 cb->args[1] = last_publ; in tipc_nl_publ_dump()
|