/external/libnl/lib/route/cls/ |
ematch.c | 59 nl_list_for_each_entry(o, &ematch_ops_list, eo_list) { 79 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) 96 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) 368 nl_list_for_each_entry(match, head, e_list) { function
|
/external/libnl/lib/genl/ |
mngt.c | 144 nl_list_for_each_entry(ops, &genl_ops_list, o_list) { 261 nl_list_for_each_entry(ops, &genl_ops_list, o_list) {
|
ctrl.c | 165 nl_list_for_each_entry(fam, &cache->c_items, ce_list) { 200 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
|
family.c | 65 nl_list_for_each_entry(ops, &src->gf_ops, o_list) { 106 nl_list_for_each_entry(op, &family->gf_ops, o_list) {
|
/external/libnl/lib/route/ |
pktloc.c | 150 nl_list_for_each_entry(loc, &pktloc_name_ht[hash], list) {
|
route_obj.c | 114 nl_list_for_each_entry(nh, &src->rt_nexthops, rtnh_list) { 162 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { 249 nl_list_for_each_entry(nh, &r->rt_nexthops, rtnh_list) { 350 nl_list_for_each_entry(nh, &route->rt_nexthops, rtnh_list) { 381 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { 383 nl_list_for_each_entry(nh_a, &a->rt_nexthops, 410 nl_list_for_each_entry(nh_a, &a->rt_nexthops, rtnh_list) { 412 nl_list_for_each_entry(nh_b, &b->rt_nexthops, 424 nl_list_for_each_entry(nh_b, &b->rt_nexthops, rtnh_list) { 426 nl_list_for_each_entry(nh_a, &a->rt_nexthops [all...] |
qdisc.c | 406 nl_list_for_each_entry(q, &cache->c_items, ce_list) { 431 nl_list_for_each_entry(q, &cache->c_items, ce_list) {
|
class.c | 268 nl_list_for_each_entry(class, &cache->c_items, ce_list) {
|
neigh.c | 480 nl_list_for_each_entry(neigh, &cache->c_items, ce_list) {
|
neightbl.c | 413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) {
|
link.c | 798 nl_list_for_each_entry(link, &cache->c_items, ce_list) { 826 nl_list_for_each_entry(link, &cache->c_items, ce_list) { [all...] |
/external/libnl/src/cls/ |
utils.c | 79 nl_list_for_each_entry(mod, &cls_modules, list) {
|
/external/libnl/lib/ |
cache.c | 79 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { 250 nl_list_for_each_entry(obj, &orig->c_items, ce_list) { 410 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { 720 nl_list_for_each_entry(obj, &cache->c_items, ce_list) 773 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
|
utils.c | 810 nl_list_for_each_entry(tl, head, list) { function 870 nl_list_for_each_entry(tl, head, list) { function
|
/external/libnl/include/netlink/ |
list.h | 79 #define nl_list_for_each_entry(pos, head, member) \ macro
|