Searched refs:last_publ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 3738 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() 3743 if (*last_publ) { in __tipc_nl_list_sk_publ() 3745 if (p->key == *last_publ) in __tipc_nl_list_sk_publ() 3756 *last_publ = 0; in __tipc_nl_list_sk_publ() 3767 *last_publ = p->key; in __tipc_nl_list_sk_publ() 3771 *last_publ = 0; in __tipc_nl_list_sk_publ() 3780 u32 last_publ = cb->args[1]; in tipc_nl_publ_dump() local 3812 err = __tipc_nl_list_sk_publ(skb, cb, tsk, &last_publ); in tipc_nl_publ_dump() 3819 cb->args[1] = last_publ; in tipc_nl_publ_dump() 3736 __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
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 3746 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ() 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() 3744 __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 10 milliseconds