Searched refs:last_publ (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/net/tipc/ |
H A D | name_table.c | 844 struct sub_seq *sseq, u32 *last_publ) __tipc_nl_add_nametable_publ() 851 if (*last_publ) { __tipc_nl_add_nametable_publ() 853 if (p->key == *last_publ) __tipc_nl_add_nametable_publ() 855 if (p->key != *last_publ) __tipc_nl_add_nametable_publ() 863 *last_publ = p->key; __tipc_nl_add_nametable_publ() 898 *last_publ = 0; __tipc_nl_add_nametable_publ() 913 u32 *last_lower, u32 *last_publ) __tipc_nl_subseq_list() 928 err = __tipc_nl_add_nametable_publ(msg, seq, sseq, last_publ); __tipc_nl_subseq_list() 940 u32 *last_type, u32 *last_lower, u32 *last_publ) tipc_nl_seq_list() 970 last_publ); hlist_for_each_entry_from_rcu() 990 u32 last_publ = cb->args[2]; tipc_nl_name_table_dump() local 1002 err = tipc_nl_seq_list(net, &msg, &last_type, &last_lower, &last_publ); tipc_nl_name_table_dump() 1018 cb->args[2] = last_publ; tipc_nl_name_table_dump() 842 __tipc_nl_add_nametable_publ(struct tipc_nl_msg *msg, struct name_seq *seq, struct sub_seq *sseq, u32 *last_publ) __tipc_nl_add_nametable_publ() argument 912 __tipc_nl_subseq_list(struct tipc_nl_msg *msg, struct name_seq *seq, u32 *last_lower, u32 *last_publ) __tipc_nl_subseq_list() argument 939 tipc_nl_seq_list(struct net *net, struct tipc_nl_msg *msg, u32 *last_type, u32 *last_lower, u32 *last_publ) tipc_nl_seq_list() argument
|
H A D | socket.c | 2762 struct tipc_sock *tsk, u32 *last_publ) __tipc_nl_list_sk_publ() 2767 if (*last_publ) { __tipc_nl_list_sk_publ() 2769 if (p->key == *last_publ) __tipc_nl_list_sk_publ() 2772 if (p->key != *last_publ) { __tipc_nl_list_sk_publ() 2780 *last_publ = 0; __tipc_nl_list_sk_publ() 2791 *last_publ = p->key; __tipc_nl_list_sk_publ() 2795 *last_publ = 0; __tipc_nl_list_sk_publ() 2804 u32 last_publ = cb->args[1]; tipc_nl_publ_dump() local 2840 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); tipc_nl_publ_dump() 2847 cb->args[1] = last_publ; tipc_nl_publ_dump() 2760 __tipc_nl_list_sk_publ(struct sk_buff *skb, struct netlink_callback *cb, struct tipc_sock *tsk, u32 *last_publ) __tipc_nl_list_sk_publ() argument
|
Completed in 184 milliseconds