Home
last modified time | relevance | path

Searched refs:usertmpl_list (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/xfrm/
Dsp.c80 nl_init_list_head(&sp->usertmpl_list); in xfrm_sp_alloc_data()
101 nl_list_for_each_entry_safe(utmpl, tmp, &sp->usertmpl_list, utmpl_list) { in xfrm_sp_free_data()
130 nl_init_list_head(&dst->usertmpl_list); in xfrm_sp_clone()
131 nl_list_for_each_entry(utmpl, &src->usertmpl_list, utmpl_list) { in xfrm_sp_clone()
171 nl_list_for_each_entry(tmpl_b, &b->usertmpl_list, utmpl_list) in xfrm_sp_compare()
172 nl_list_for_each_entry(tmpl_a, &a->usertmpl_list, utmpl_list) in xfrm_sp_compare()
412 nl_list_for_each_entry(utmpl, &sp->usertmpl_list, utmpl_list) in xfrm_sp_dump_line()
850 nl_list_for_each_entry(utmpl, &tmpl->usertmpl_list, utmpl_list) { in build_xfrm_sp_message()
1299 nl_list_add_tail(&utmpl->utmpl_list, &sp->usertmpl_list); in xfrmnl_sp_add_usertemplate()
1315 return &sp->usertmpl_list; in xfrmnl_sp_get_usertemplates()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h1328 struct nl_list_head usertmpl_list; member