Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dfamily.c44 nl_init_list_head(&family->gf_ops); in family_constructor()
57 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
77 nl_list_for_each_entry(ops, &src->gf_ops, o_list) { in family_clone()
126 nl_list_for_each_entry(op, &family->gf_ops, o_list) { in family_dump_details()
363 nl_list_add_tail(&op->o_list, &family->gf_ops); in genl_family_add_op()
/external/libnl/include/netlink-private/
Dtypes.h888 struct nl_list_head gf_ops; member