Lines Matching refs:parse_attrs
90 mnl_attr_parse(nlh, sizeof(*genl), parse_attrs, info); in get_netid_cb()
93 mnl_attr_parse_nested(info[TIPC_NLA_NET], parse_attrs, attrs); in get_netid_cb()
642 mnl_attr_parse(nlh, sizeof(*genl), parse_attrs, info); in bearer_dump_udp_cb()
680 mnl_attr_parse(nlh, sizeof(*genl), parse_attrs, info); in bearer_get_udp_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()
752 mnl_attr_parse(nlh, sizeof(*genl), parse_attrs, info); in bearer_get_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()
920 mnl_attr_parse(nlh, sizeof(*genl), parse_attrs, info); in bearer_list_cb()
926 mnl_attr_parse_nested(info[TIPC_NLA_BEARER], parse_attrs, attrs); in bearer_list_cb()