/aosp_15_r20/external/ethtool/netlink/ |
H A D | bitset.c | 57 ret = mnl_attr_parse_nested(bitset, attr_cb, &bitset_tb_info); in bitset_get_bit() 91 ret = mnl_attr_parse_nested(bit, attr_cb, &tb_info); in bitset_get_bit() 119 ret = mnl_attr_parse_nested(bitset, attr_cb, &bitset_tb_info); in bitset_is_empty() 152 ret = mnl_attr_parse_nested(bit, attr_cb, &tb_info); in bitset_is_empty() 174 ret = mnl_attr_parse_nested(bitset, attr_cb, &tb_info); in get_compact_bitset_attr() 207 ret = mnl_attr_parse_nested(bitset, attr_cb, &bitset_tb_info); in walk_bitset() 248 ret = mnl_attr_parse_nested(bit, attr_cb, &tb_info); in walk_bitset()
|
H A D | netlink.c | 54 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in get_dev_name() 75 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in get_dev_info() 167 ret = mnl_attr_parse_nested(attr, attr_cb, &tb_info); in family_policy_find_op() 214 ret = mnl_attr_parse_nested(attr_attr, attr_cb, &tba_info); in family_policy_cb() 310 ret = mnl_attr_parse_nested(op_attr, attr_cb, &tb_info); in genl_read_ops() 339 ret = mnl_attr_parse_nested(grp_attr, attr_cb, &grp_tb_info); in find_mc_group()
|
H A D | cable_test.c | 27 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in nl_get_cable_test_result() 46 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in nl_get_cable_test_fault_length() 290 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in nl_get_cable_test_tdr_amplitude() 309 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in nl_get_cable_test_tdr_pulse() 327 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in nl_get_cable_test_tdr_step()
|
H A D | tunnels.c | 50 ret = mnl_attr_parse_nested(entry, attr_cb, &entry_tb_info); in tunnel_info_dump_udp_entry() 127 ret = mnl_attr_parse_nested(table, attr_cb, &table_tb_info); in tunnel_info_dump_udp_table()
|
H A D | strset.c | 54 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_stringset_info); in import_stringset() 91 ret = mnl_attr_parse_nested(string, attr_cb, &tb_info); in import_stringset()
|
H A D | stats.c | 28 ret = mnl_attr_parse_nested(hist, attr_cb, &tb_info); in parse_rmon_hist_one() 103 ret = mnl_attr_parse_nested(grp, attr_cb, &tb_info); in parse_grp()
|
H A D | mm.c | 59 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in show_mm_stats()
|
H A D | pause.c | 125 ret = mnl_attr_parse_nested(nest, attr_cb, &tb_info); in show_pause_stats()
|
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/ |
H A D | parse_mnl.c | 51 if (mnl_attr_parse_nested(attr, nfct_parse_ip_attr_cb, tb) < 0) in nfct_parse_ip() 154 if (mnl_attr_parse_nested(attr, nfct_parse_proto_attr_cb, tb) < 0) in nfct_parse_proto() 273 if (mnl_attr_parse_nested(attr, nfct_parse_tuple_attr_cb, tb) < 0) in nfct_parse_tuple() 334 if (mnl_attr_parse_nested(attr, nfct_parse_pinfo_tcp_attr_cb, tb) < 0) in nfct_parse_protoinfo_tcp() 405 if (mnl_attr_parse_nested(attr, nfct_parse_pinfo_sctp_attr_cb, tb) < 0) in nfct_parse_protoinfo_sctp() 458 if (mnl_attr_parse_nested(attr, nfct_parse_pinfo_dccp_attr_cb, tb) < 0) in nfct_parse_protoinfo_dccp() 504 if (mnl_attr_parse_nested(attr, nfct_parse_protoinfo_attr_cb, tb) < 0) in nfct_parse_protoinfo() 549 if (mnl_attr_parse_nested(attr, nfct_parse_counters_attr_cb, tb) < 0) in nfct_parse_counters() 619 if (mnl_attr_parse_nested(attr, nfct_parse_nat_seq_attr_cb, tb) < 0) in nfct_parse_nat_seq() 688 if (mnl_attr_parse_nested(attr, nfct_parse_helper_attr_cb, tb) < 0) in nfct_parse_helper() [all …]
|
/aosp_15_r20/external/iproute2/tipc/ |
H A D | link.c | 37 mnl_attr_parse_nested(info[TIPC_NLA_LINK], parse_attrs, attrs); in link_list_cb() 82 mnl_attr_parse_nested(info[TIPC_NLA_LINK], parse_attrs, attrs); in link_get_cb() 86 mnl_attr_parse_nested(attrs[TIPC_NLA_LINK_PROP], parse_attrs, props); in link_get_cb() 335 mnl_attr_parse_nested(info[TIPC_NLA_LINK], parse_attrs, attrs); in link_stat_show_cb() 340 mnl_attr_parse_nested(attrs[TIPC_NLA_LINK_PROP], parse_attrs, prop); in link_stat_show_cb() 341 mnl_attr_parse_nested(attrs[TIPC_NLA_LINK_STATS], parse_attrs, stats); in link_stat_show_cb() 538 mnl_attr_parse_nested(info[TIPC_NLA_MON], parse_attrs, attrs); in link_mon_summary_cb() 658 mnl_attr_parse_nested(info[TIPC_NLA_MON_PEER], parse_attrs, attrs); in link_mon_peer_list_cb() 730 mnl_attr_parse_nested(info[TIPC_NLA_MON], parse_attrs, attrs); in link_mon_list_cb() 848 mnl_attr_parse_nested(info[TIPC_NLA_MON], parse_attrs, attrs); in link_mon_get_cb()
|
H A D | socket.c | 36 mnl_attr_parse_nested(info[TIPC_NLA_PUBL], parse_attrs, attrs); in publ_list_cb() 74 mnl_attr_parse_nested(info[TIPC_NLA_SOCK], parse_attrs, attrs); in sock_list_cb() 84 mnl_attr_parse_nested(attrs[TIPC_NLA_SOCK_CON], parse_attrs, con); in sock_list_cb()
|
H A D | media.c | 36 mnl_attr_parse_nested(info[TIPC_NLA_MEDIA], parse_attrs, attrs); in media_list_cb() 75 mnl_attr_parse_nested(info[TIPC_NLA_MEDIA], parse_attrs, attrs); in media_get_cb() 79 mnl_attr_parse_nested(attrs[TIPC_NLA_MEDIA_PROP], parse_attrs, props); in media_get_cb()
|
H A D | bearer.c | 93 mnl_attr_parse_nested(info[TIPC_NLA_NET], parse_attrs, attrs); in get_netid_cb() 684 mnl_attr_parse_nested(info[TIPC_NLA_BEARER], parse_attrs, attrs); in bearer_get_udp_cb() 688 mnl_attr_parse_nested(attrs[TIPC_NLA_BEARER_UDP_OPTS], parse_attrs, opts); in bearer_get_udp_cb() 756 mnl_attr_parse_nested(info[TIPC_NLA_BEARER], parse_attrs, attrs); in bearer_get_cb() 760 mnl_attr_parse_nested(attrs[TIPC_NLA_BEARER_PROP], parse_attrs, props); in bearer_get_cb() 926 mnl_attr_parse_nested(info[TIPC_NLA_BEARER], parse_attrs, attrs); in bearer_list_cb()
|
H A D | nametable.c | 40 mnl_attr_parse_nested(info[TIPC_NLA_NAME_TABLE], parse_attrs, attrs); in nametable_show_cb() 44 mnl_attr_parse_nested(attrs[TIPC_NLA_NAME_TABLE_PUBL], parse_attrs, publ); in nametable_show_cb()
|
H A D | node.c | 38 mnl_attr_parse_nested(info[TIPC_NLA_NODE], parse_attrs, attrs); in node_list_cb() 144 mnl_attr_parse_nested(info[TIPC_NLA_NET], parse_attrs, attrs); in netid_get_cb()
|
/aosp_15_r20/external/ethtool/libmnl/examples/netfilter/ |
H A D | nfct-dump.c | 39 mnl_attr_parse_nested(nest, parse_counters_cb, tb); in print_counters() 83 mnl_attr_parse_nested(nest, parse_ip_cb, tb); in print_ip() 142 mnl_attr_parse_nested(nest, parse_proto_cb, tb); in print_proto() 196 mnl_attr_parse_nested(nest, parse_tuple_cb, tb); in print_tuple()
|
H A D | nfct-event.c | 36 mnl_attr_parse_nested(nest, parse_ip_cb, tb); in print_ip() 81 mnl_attr_parse_nested(nest, parse_proto_cb, tb); in print_proto() 135 mnl_attr_parse_nested(nest, parse_tuple_cb, tb); in print_tuple()
|
H A D | nfct-daemon.c | 64 mnl_attr_parse_nested(nest, parse_counters_cb, tb); in parse_counters() 105 mnl_attr_parse_nested(nest, parse_ip_cb, tb); in parse_ip() 142 mnl_attr_parse_nested(nest, parse_tuple_cb, tb); in parse_tuple()
|
/aosp_15_r20/external/ethtool/libmnl/examples/genl/ |
H A D | genl-family-get.c | 44 mnl_attr_parse_nested(pos, parse_mc_grps_cb, tb); in parse_genl_mc_grps() 88 mnl_attr_parse_nested(pos, parse_family_ops_cb, tb); in parse_genl_family_ops()
|
/aosp_15_r20/external/ethtool/libmnl/examples/rtnl/ |
H A D | rtnl-route-event.c | 65 mnl_attr_parse_nested(tb[RTA_METRICS], data_attr_cb2, tbx); in attributes_show_ipv4() 118 mnl_attr_parse_nested(tb[RTA_METRICS], data_attr_cb2, tbx); in attributes_show_ipv6()
|
H A D | rtnl-route-dump.c | 65 mnl_attr_parse_nested(tb[RTA_METRICS], data_attr_cb2, tbx); in attributes_show_ipv4() 118 mnl_attr_parse_nested(tb[RTA_METRICS], data_attr_cb2, tbx); in attributes_show_ipv6()
|
/aosp_15_r20/external/ethtool/libmnl/src/ |
H A D | libmnl.map | 19 mnl_attr_parse_nested;
|
/aosp_15_r20/external/iproute2/devlink/ |
H A D | devlink.c | 2900 err = mnl_attr_parse_nested(nl, attr_cb, nla_field); in dpipe_header_field_get() 2954 err = mnl_attr_parse_nested(nl, attr_cb, nla_header); in dpipe_header_get() 3119 err = mnl_attr_parse_nested(nl, attr_cb, nla_action); in dpipe_action_parse() 3203 err = mnl_attr_parse_nested(nl, attr_cb, nla_match); in dpipe_match_parse() 3250 err = mnl_attr_parse_nested(nl, attr_cb, nla_table); in dpipe_table_show() 3561 err = mnl_attr_parse_nested(nl, attr_cb, nla_match_value); in dpipe_entry_match_value_show() 3592 err = mnl_attr_parse_nested(nl, attr_cb, nla_action_value); in dpipe_entry_action_value_show() 3649 err = mnl_attr_parse_nested(nl, attr_cb, nla_entry); in dpipe_entry_show()
|
H A D | mnlg.c | 116 mnl_attr_parse_nested(pos, parse_mc_grps_cb, tb); in parse_genl_mc_grps()
|
/aosp_15_r20/external/ethtool/libmnl/include/libmnl/ |
H A D | libmnl.h | 166 extern int mnl_attr_parse_nested(const struct nlattr *attr, mnl_attr_cb_t cb, void *data);
|