Home
last modified time | relevance | path

Searched refs:utmpl_list (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/xfrm/
Dsp.c101 nl_list_for_each_entry_safe(utmpl, tmp, &sp->usertmpl_list, utmpl_list) { in xfrm_sp_free_data()
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()
1308 nl_list_del(&utmpl->utmpl_list); in xfrmnl_sp_remove_usertemplate()
1335 nl_list_for_each_entry(utmpl, &r->usertmpl_list, utmpl_list) { in xfrmnl_sp_foreach_usertemplate()
1348 nl_list_for_each_entry(utmpl, &r->usertmpl_list, utmpl_list) { in xfrmnl_sp_usertemplate_n()
Dtemplate.c80 nl_init_list_head(&utmpl->utmpl_list); in xfrmnl_user_tmpl_alloc()
/external/libnl/include/netlink-private/
Dtypes.h1310 struct nl_list_head utmpl_list; member