Home
last modified time | relevance | path

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

/external/libnl/lib/genl/
Dfamily.c41 nl_init_list_head(&family->gf_ops); in family_constructor()
54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
74 nl_list_for_each_entry(ops, &src->gf_ops, o_list) { in family_clone()
123 nl_list_for_each_entry(op, &family->gf_ops, o_list) { in family_dump_details()
360 nl_list_add_tail(&op->o_list, &family->gf_ops); in genl_family_add_op()
/external/libnl/include/netlink-private/
Dtypes.h778 struct nl_list_head gf_ops; member