We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这篇博客主要是为了测试使用
struct l2tp_session *l2tp_session_get(const struct net *net, u32 session_id) { struct hlist_head *session_list; struct l2tp_session *session; session_list = l2tp_session_id_hash_2(l2tp_pernet(net), session_id); rcu_read_lock_bh(); hlist_for_each_entry_rcu(session, session_list, global_hlist) if (session->session_id == session_id) { l2tp_session_inc_refcount(session); rcu_read_unlock_bh(); return session; } rcu_read_unlock_bh(); return NULL; } EXPORT_SYMBOL_GPL(l2tp_session_get);
https://github.com/rainzhaojy/blogs/issues/1
@daocaisheng /哈哈哈
我是666
jho'
hlkjb
n后i员工
会女仆i哦比 @
zp1112/blog#3
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
这篇博客主要是为了测试使用
https://github.com/rainzhaojy/blogs/issues/1
@daocaisheng
/哈哈哈
jho'
hlkjb
n后i员工
会女仆i哦比
@
zp1112/blog#3
The text was updated successfully, but these errors were encountered: